Skip to content

Commit 67846f1

Browse files
aibaarshvitved
authored andcommitted
fixup TestUtils
1 parent 643059e commit 67846f1

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)