mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
9 lines
190 B
Python
9 lines
190 B
Python
from swift.tools.test.qltest.utils import *
|
|
|
|
set_dummy_extractor()
|
|
run_qltest()
|
|
assert_extractor_executed_with(
|
|
"a.swift -some -option-for-a",
|
|
"b.swift -some-other -option-for-b",
|
|
)
|