Skip to content

Commit dd059c8

Browse files
committed
C++: Update expected test results
1 parent 3cdcd15 commit dd059c8

3 files changed

Lines changed: 668 additions & 0 deletions

File tree

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)