Skip to content

Commit a311b0f

Browse files
committed
C++: Update expected test results
1 parent 19db041 commit a311b0f

File tree

3 files changed

+668
-0
lines changed

3 files changed

+668
-0
lines changed

cpp/ql/test/library-tests/ir/ir/PrintConfig.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ predicate shouldDumpDeclaration(Declaration decl) {
2020
decl.(GlobalOrNamespaceVariable).hasInitializer()
2121
or
2222
decl.(StaticLocalVariable).hasInitializer()
23+
or
24+
decl.(Field).hasInitializer()
2325
)
2426
}

0 commit comments

Comments
 (0)