File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
logging/tests/assertion-diagnostics Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 11py_library (
2- name = "integration_tests " ,
2+ name = "utils " ,
33 srcs = [
44 "create_database_utils.py" ,
55 "diagnostics_test_utils.py" ,
Original file line number Diff line number Diff line change 11import swift
22
33predicate 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}
You can’t perform that action at this time.
0 commit comments