Skip to content

Commit 95882e0

Browse files
committed
C#: Update PrintAst expected output.
1 parent 78fd09b commit 95882e0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

csharp/ql/test/library-tests/operators/PrintAst.expected

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,16 @@ operators.cs:
182182
# 48| -1: [TypeMention] IntVector
183183
# 48| 4: [BlockStmt] {...}
184184
# 51| 2: [Class] C
185-
# 54| 6: [???] checked ++=
185+
# 54| 6: [CheckedIncrementOperator] checked ++
186186
# 54| -1: [TypeMention] Void
187187
# 54| 4: [BlockStmt] {...}
188-
# 55| 7: [???] ++=
188+
# 55| 7: [IncrementOperator] ++
189189
# 55| -1: [TypeMention] Void
190190
# 55| 4: [BlockStmt] {...}
191-
# 56| 8: [???] checked --=
191+
# 56| 8: [CheckedDecrementOperator] checked --
192192
# 56| -1: [TypeMention] Void
193193
# 56| 4: [BlockStmt] {...}
194-
# 57| 9: [???] --=
194+
# 57| 9: [DecrementOperator] --
195195
# 57| -1: [TypeMention] Void
196196
# 57| 4: [BlockStmt] {...}
197197
# 60| 3: [Class] TestOperator
@@ -294,30 +294,30 @@ operators.cs:
294294
# 92| 1: [ObjectCreation] object creation of type C
295295
# 92| 0: [TypeMention] C
296296
# 93| 18: [ExprStmt] ...;
297-
# 93| 0: [OperatorCall] call to operator ++=
297+
# 93| 0: [OperatorCall] call to operator ++
298298
# 93| 0: [LocalVariableAccess] access to local variable c
299299
# 94| 19: [ExprStmt] ...;
300-
# 94| 0: [OperatorCall] call to operator ++=
300+
# 94| 0: [OperatorCall] call to operator ++
301301
# 94| 0: [LocalVariableAccess] access to local variable c
302302
# 95| 20: [ExprStmt] ...;
303-
# 95| 0: [OperatorCall] call to operator --=
303+
# 95| 0: [OperatorCall] call to operator --
304304
# 95| 0: [LocalVariableAccess] access to local variable c
305305
# 96| 21: [ExprStmt] ...;
306-
# 96| 0: [OperatorCall] call to operator --=
306+
# 96| 0: [OperatorCall] call to operator --
307307
# 96| 0: [LocalVariableAccess] access to local variable c
308308
# 98| 22: [CheckedStmt] checked {...}
309309
# 99| 0: [BlockStmt] {...}
310310
# 100| 0: [ExprStmt] ...;
311-
# 100| 0: [OperatorCall] call to operator checked ++=
311+
# 100| 0: [OperatorCall] call to operator checked ++
312312
# 100| 0: [LocalVariableAccess] access to local variable c
313313
# 101| 1: [ExprStmt] ...;
314-
# 101| 0: [OperatorCall] call to operator checked ++=
314+
# 101| 0: [OperatorCall] call to operator checked ++
315315
# 101| 0: [LocalVariableAccess] access to local variable c
316316
# 102| 2: [ExprStmt] ...;
317-
# 102| 0: [OperatorCall] call to operator checked --=
317+
# 102| 0: [OperatorCall] call to operator checked --
318318
# 102| 0: [LocalVariableAccess] access to local variable c
319319
# 103| 3: [ExprStmt] ...;
320-
# 103| 0: [OperatorCall] call to operator checked --=
320+
# 103| 0: [OperatorCall] call to operator checked --
321321
# 103| 0: [LocalVariableAccess] access to local variable c
322322
# 107| 7: [Struct] Digit
323323
# 109| 6: [Field] value

0 commit comments

Comments
 (0)