Skip to content

Commit 66e3739

Browse files
committed
Fix failing PrintAst test
1 parent 3dea6b3 commit 66e3739

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,6 +1611,19 @@ expressions.cs:
16111611
# 444| 0: [ArrayInitializer] { ..., ... }
16121612
# 444| 0: [IntLiteral] 1
16131613
# 444| 1: [IntLiteral] 2
1614+
# 444| 2: [IntLiteral] 3
1615+
# 444| 1: [ArrayInitializer] { ..., ... }
1616+
# 444| 0: [IntLiteral] 1
1617+
# 444| 1: [IntLiteral] 2
1618+
# 444| 2: [IntLiteral] 3
1619+
# 444| 2: [ArrayInitializer] { ..., ... }
1620+
# 444| 0: [IntLiteral] 1
1621+
# 444| 1: [IntLiteral] 2
1622+
# 444| 2: [IntLiteral] 3
1623+
# 444| 3: [ArrayInitializer] { ..., ... }
1624+
# 444| 0: [IntLiteral] 1
1625+
# 444| 1: [IntLiteral] 2
1626+
# 444| 2: [IntLiteral] 3
16141627
# 444| 1: [LocalVariableAccess] access to local variable o
16151628
# 447| 9: [Method] MainAnonymousFunctions
16161629
# 448| 4: [BlockStmt] {...}

0 commit comments

Comments
 (0)