Skip to content

Commit 61fc91d

Browse files
committed
Swift: Update test to ensure stabilitry across Xcode versions
1 parent ef67311 commit 61fc91d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • swift/ql/integration-tests/osx/hello-xcode
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import swift
22

33
from File f
4-
where exists(f.getRelativePath()) or f instanceof UnknownFile
4+
where
5+
(exists(f.getRelativePath()) or f instanceof UnknownFile) and
6+
not f.getName() = "<module-includes>"
57
select f

0 commit comments

Comments
 (0)