Skip to content

Commit 4405547

Browse files
committed
C++: Fix tests.
1 parent cfe86bf commit 4405547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/PrintAST.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private class PrintableElementBase extends ElementBase {
241241
or
242242
this instanceof Type
243243
or
244-
shouldPrintFunction(this.(DeclarationEntry).getEnclosingElement+())
244+
this instanceof DeclarationEntry
245245
}
246246

247247
pragma[noinline]

0 commit comments

Comments
 (0)