Skip to content

Commit 0fa40af

Browse files
committed
Swift: fix last references to old integration test location
1 parent 5a771ad commit 0fa40af

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

codeql-workspace.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ provide:
2828
- "misc/suite-helpers/qlpack.yml"
2929
- "ruby/extractor-pack/codeql-extractor.yml"
3030
- "swift/extractor-pack/codeql-extractor.yml"
31-
- "swift/integration-tests/qlpack.yml"
3231
- "ql/extractor-pack/codeql-extractor.yml"
3332
- ".github/codeql/extensions/**/codeql-pack.yml"
3433

swift/logging/tests/assertion-diagnostics/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ py_test(
1717
"diagnostics.expected",
1818
":assert-false",
1919
],
20-
deps = ["//swift/integration-tests:integration_tests"],
20+
deps = ["//swift/ql/integration-tests:utils"],
2121
)

swift/ql/integration-tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
py_library(
2-
name = "integration_tests",
2+
name = "utils",
33
srcs = [
44
"create_database_utils.py",
55
"diagnostics_test_utils.py",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import swift
22

33
predicate relevant(Locatable loc) {
4-
loc.getLocation().getFile().getName().matches("%/swift/integration-tests/%/Sources/%")
4+
loc.getLocation().getFile().getName().matches("%/swift/ql/integration-tests/%/Sources/%")
55
}

0 commit comments

Comments
 (0)