mirror of
https://github.com/github/codeql.git
synced 2026-08-02 00:13:00 +02:00
10 lines
225 B
Python
10 lines
225 B
Python
from swift.tools.test.qltest.utils import *
|
|
|
|
set_dummy_extractor('if [[ " $@ " =~ b.swift ]]; then exit 1; fi')
|
|
run_qltest(expected_returncode=1)
|
|
assert_extractor_executed_with(
|
|
"a.swift",
|
|
"b.swift",
|
|
"c.swift",
|
|
)
|