Files
codeql/swift/ql/integration-tests/posix/deduplication/test.py
2026-03-13 20:06:57 +01:00

9 lines
191 B
Python

import pytest
import runs_on
@runs_on.posix
@pytest.mark.ql_test("DB-CHECK", xfail=runs_on.linux)
def test(codeql, swift):
codeql.database.create(command="swift build", keep_trap=True)