Skip to content

Commit 373b05e

Browse files
committed
C++: accept new test results after changes
1 parent a2c2989 commit 373b05e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/ql/test/library-tests/ir/ir/PrintAST.expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15134,7 +15134,7 @@ ir.cpp:
1513415134
# 1506| [Constructor] void Inheritance_Test_A::Inheritance_Test_A()
1513515135
# 1506| <params>:
1513615136
# 1506| <initializations>:
15137-
# 1506| getInitializer(0): (no string representation)
15137+
# 1506| getInitializer(0): [ConstructorInit] constructor init
1513815138
# 1506| Type = [Struct] Inheritance_Test_B
1513915139
# 1506| ValueCategory = prvalue
1514015140
# 1506| getInitializer(1): [ConstructorFieldInit] constructor init of field x
@@ -17205,7 +17205,7 @@ ir.cpp:
1720517205
# 1785| getExpr(): [ReferenceDereferenceExpr] (reference dereference)
1720617206
# 1785| Type = [SpecifiedType] const CopyConstructorTestNonVirtualClass
1720717207
# 1785| ValueCategory = lvalue
17208-
# 1785| getInitializer(1): (no string representation)
17208+
# 1785| getInitializer(1): [ConstructorInit] constructor init
1720917209
# 1785| Type = [VirtualBaseClass] CopyConstructorWithBitwiseCopyClass
1721017210
# 1785| ValueCategory = prvalue
1721117211
# 1785| getEntryPoint(): [BlockStmt] { ... }
@@ -17254,7 +17254,7 @@ ir.cpp:
1725417254
# 1792| getExpr(): [ReferenceDereferenceExpr] (reference dereference)
1725517255
# 1792| Type = [SpecifiedType] const CopyConstructorTestVirtualClass
1725617256
# 1792| ValueCategory = lvalue
17257-
# 1792| getInitializer(1): (no string representation)
17257+
# 1792| getInitializer(1): [ConstructorInit] constructor init
1725817258
# 1792| Type = [VirtualBaseClass] CopyConstructorWithBitwiseCopyClass
1725917259
# 1792| ValueCategory = prvalue
1726017260
# 1792| getEntryPoint(): [BlockStmt] { ... }

0 commit comments

Comments
 (0)