Skip to content

Commit 04c455e

Browse files
committed
C#: Update PrintAst expected test output.
1 parent 281ec6e commit 04c455e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csharp/ql/test/library-tests/dataflow/implicittostring/PrintAst.expected

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ implicitToString.cs:
4848
# 25| 0: [LocalVariableAccess] access to local variable x2
4949
# 25| 1: [AddExpr] ... + ...
5050
# 25| 0: [StringLiteralUtf16] "Hello"
51+
# 25| 1: [MethodCall] call to method ToString
52+
# 25| -1: [LocalVariableAccess] access to local variable x1
5153
# 26| 2: [ExprStmt] ...;
5254
# 26| 0: [MethodCall] call to method Sink
5355
# 26| 0: [LocalVariableAccess] access to local variable x2
@@ -90,4 +92,3 @@ implicitToString.cs:
9092
# 40| 2: [ExprStmt] ...;
9193
# 40| 0: [MethodCall] call to method Sink
9294
# 40| 0: [LocalVariableAccess] access to local variable x2
93-
# 25| [LocalVariableAccess] access to local variable x1

0 commit comments

Comments
 (0)