Skip to content

Commit 8c54f51

Browse files
committed
Swift: use xcode fixture
1 parent 1cf2274 commit 8c54f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift/ql/integration-tests/osx/hello-ios/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@runs_on.macos
66
@pytest.mark.ql_test("DB-CHECK", xfail=True)
7-
def test(codeql, swift):
7+
def test(codeql, swift, xcode_16):
88
codeql.database.create(
99
command="xcodebuild build "
1010
"CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO",

swift/ql/integration-tests/osx/hello-xcode/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@runs_on.macos
66
@pytest.mark.ql_test("DB-CHECK", xfail=True)
7-
def test(codeql, swift):
7+
def test(codeql, swift, xcode_all):
88
codeql.database.create(
99
command="xcodebuild build "
1010
"-project codeql-swift-autobuild-test.xcodeproj "

0 commit comments

Comments
 (0)