Skip to content

Commit 3007c96

Browse files
committed
C++: fix a nit
1 parent f0697ff commit 3007c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ predicate locationIsInStandardHeaders(Location loc) {
1515
predicate shouldDumpFunction(Declaration decl) {
1616
not locationIsInStandardHeaders(decl.getLocation()) and
1717
(
18-
not decl instanceof Variable
18+
decl instanceof Function
1919
or
2020
decl.(GlobalOrNamespaceVariable).hasInitializer()
2121
)

0 commit comments

Comments
 (0)