From b58605978ceedb708b8f6f190c8ba7ef4ea227f3 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 9 Jan 2025 13:52:37 +0100 Subject: [PATCH] C#: Update PrintAst expected test output. --- .../library-tests/dataflow/implicittostring/PrintAst.expected | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csharp/ql/test/library-tests/dataflow/implicittostring/PrintAst.expected b/csharp/ql/test/library-tests/dataflow/implicittostring/PrintAst.expected index fc9405d420bf..c8e5ec397111 100644 --- a/csharp/ql/test/library-tests/dataflow/implicittostring/PrintAst.expected +++ b/csharp/ql/test/library-tests/dataflow/implicittostring/PrintAst.expected @@ -48,6 +48,8 @@ implicitToString.cs: # 25| 0: [LocalVariableAccess] access to local variable x2 # 25| 1: [AddExpr] ... + ... # 25| 0: [StringLiteralUtf16] "Hello" +# 25| 1: [MethodCall] call to method ToString +# 25| -1: [LocalVariableAccess] access to local variable x1 # 26| 2: [ExprStmt] ...; # 26| 0: [MethodCall] call to method Sink # 26| 0: [LocalVariableAccess] access to local variable x2 @@ -90,4 +92,3 @@ implicitToString.cs: # 40| 2: [ExprStmt] ...; # 40| 0: [MethodCall] call to method Sink # 40| 0: [LocalVariableAccess] access to local variable x2 -# 25| [LocalVariableAccess] access to local variable x1