mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Swift: print only toBeTested errors in Errors.ql test
This commit is contained in:
committed by
Alex Denisov
parent
75684eebe9
commit
b9c4adee31
@@ -1,5 +1,6 @@
|
||||
import swift
|
||||
import TestUtils
|
||||
|
||||
from Locatable e
|
||||
where e instanceof ErrorElement
|
||||
where e instanceof ErrorElement and toBeTested(e)
|
||||
select e, e.getPrimaryQlClasses()
|
||||
|
||||
Reference in New Issue
Block a user