mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
7 lines
127 B
Python
7 lines
127 B
Python
import runs_on
|
|
|
|
|
|
@(runs_on.linux or runs_on.windows)
|
|
def test(codeql, swift):
|
|
codeql.database.create(_assert_failure=True)
|