Skip to content

Commit ed9010e

Browse files
committed
fixup TestUtils
1 parent 10c2ed4 commit ed9010e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/ql/test/TestUtils.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ predicate toBeTested(Element e) {
77
not e instanceof Locatable
88
or
99
e.(Locatable).fromSource()
10-
) and
11-
not e.(AstNode).isFromMacroExpansion()
10+
)
1211
}
1312

1413
class CrateElement extends Element {

0 commit comments

Comments
 (0)