Skip to content

Commit b9c4ade

Browse files
redsun82AlexDenisov
authored andcommitted
Swift: print only toBeTested errors in Errors.ql test
1 parent 75684ee commit b9c4ade

File tree

1 file changed

+2
-1
lines changed
  • swift/ql/test/extractor-tests/errors

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import swift
2+
import TestUtils
23

34
from Locatable e
4-
where e instanceof ErrorElement
5+
where e instanceof ErrorElement and toBeTested(e)
56
select e, e.getPrimaryQlClasses()

0 commit comments

Comments
 (0)