Swift: print only toBeTested errors in Errors.ql test

This commit is contained in:
Paolo Tranquilli
2023-04-24 08:51:24 +02:00
committed by Alex Denisov
parent 75684eebe9
commit b9c4adee31

View File

@@ -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()