Files
codeql/swift/ql/test/extractor-tests/generated/File/File.ql
Paolo Tranquilli 86ebb0bb68 Swift: fix qltest skipping and skip isUnknown
Also remove obsolete accessor and function hand-written tests.
2022-06-15 09:16:55 +02:00

11 lines
214 B
Plaintext

// generated by codegen/codegen.py
import codeql.swift.elements
import TestUtils
from File x, string getName
where
toBeTested(x) and
not x.isUnknown() and
getName = x.getName()
select x, "getName:", getName