mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
10 lines
159 B
Python
10 lines
159 B
Python
from swift.tools.test.qltest.utils import *
|
|
|
|
set_dummy_extractor()
|
|
run_qltest()
|
|
assert_extractor_executed_with(
|
|
"a.swift",
|
|
"b.swift",
|
|
"c.swift",
|
|
)
|