mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
7 lines
106 B
Python
7 lines
106 B
Python
import runs_on
|
|
|
|
|
|
@runs_on.linux
|
|
def test(codeql, swift):
|
|
codeql.database.create(_assert_failure=True)
|