Skip to content

Commit abb75be

Browse files
committed
C#: Update sign analysis expected test output.
1 parent f29fb52 commit abb75be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csharp/ql/test/library-tests/dataflow/signanalysis/SignAnalysis.expected

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
| SignAnalysis.cs:80:13:80:17 | ... = ... | strictlyNegative |
5353
| SignAnalysis.cs:80:17:80:17 | access to parameter i | strictlyNegative |
5454
| SignAnalysis.cs:81:13:81:13 | access to local variable x | strictlyNegative |
55-
| SignAnalysis.cs:81:13:81:18 | ... + ... | strictlyNegative |
56-
| SignAnalysis.cs:81:13:81:18 | ... = ... | strictlyNegative |
55+
| SignAnalysis.cs:81:13:81:18 | ... += ... | strictlyNegative |
5756
| SignAnalysis.cs:81:18:81:18 | access to parameter i | strictlyNegative |
5857
| SignAnalysis.cs:82:38:82:38 | access to local variable x | strictlyNegative |
5958
| SignAnalysis.cs:87:21:87:21 | access to parameter i | strictlyNegative |

0 commit comments

Comments
 (0)