Skip to content

Commit fb1a8a0

Browse files
committed
C#: Update expected test output for UselessNullCoalescingExpression.
1 parent 48d0ee3 commit fb1a8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/test/query-tests/Language Abuse/UselessNullCoalescingExpression/UselessNullCoalescingExpression.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
| UselessNullCoalescingExpression.cs:12:13:12:26 | ... ?? ... | Both operands of this null-coalescing expression access the same variable or property. |
55
| UselessNullCoalescingExpression.cs:13:13:13:23 | ... ?? ... | Both operands of this null-coalescing expression access the same variable or property. |
66
| UselessNullCoalescingExpression.cs:14:13:14:31 | ... ?? ... | Both operands of this null-coalescing expression access the same variable or property. |
7-
| UselessNullCoalescingExpression.cs:15:9:15:15 | ... ?? ... | Both operands of this null-coalescing expression access the same variable or property. |
8-
| UselessNullCoalescingExpression.cs:16:9:16:19 | ... ?? ... | Both operands of this null-coalescing expression access the same variable or property. |
7+
| UselessNullCoalescingExpression.cs:15:9:15:15 | ... ??= ... | Both operands of this null-coalescing expression access the same variable or property. |
8+
| UselessNullCoalescingExpression.cs:16:9:16:19 | ... ??= ... | Both operands of this null-coalescing expression access the same variable or property. |

0 commit comments

Comments
 (0)