Skip to content

Commit

Permalink
Swift: fix last references to old integration test location
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Mar 25, 2024
1 parent 5a771ad commit 0fa40af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion codeql-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ provide:
- "misc/suite-helpers/qlpack.yml"
- "ruby/extractor-pack/codeql-extractor.yml"
- "swift/extractor-pack/codeql-extractor.yml"
- "swift/integration-tests/qlpack.yml"
- "ql/extractor-pack/codeql-extractor.yml"
- ".github/codeql/extensions/**/codeql-pack.yml"

Expand Down
2 changes: 1 addition & 1 deletion swift/logging/tests/assertion-diagnostics/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ py_test(
"diagnostics.expected",
":assert-false",
],
deps = ["//swift/integration-tests:integration_tests"],
deps = ["//swift/ql/integration-tests:utils"],
)
2 changes: 1 addition & 1 deletion swift/ql/integration-tests/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
py_library(
name = "integration_tests",
name = "utils",
srcs = [
"create_database_utils.py",
"diagnostics_test_utils.py",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import swift

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

0 comments on commit 0fa40af

Please sign in to comment.