Swift: fix last references to old integration test location

This commit is contained in:
Paolo Tranquilli
2024-03-25 11:49:19 +01:00
parent 5a771ad2cf
commit 0fa40af131
4 changed files with 3 additions and 4 deletions

View File

@@ -17,5 +17,5 @@ py_test(
"diagnostics.expected",
":assert-false",
],
deps = ["//swift/integration-tests:integration_tests"],
deps = ["//swift/ql/integration-tests:utils"],
)