Skip to content

Commit 148033e

Browse files
committed
Swift: fix assertion diagnostics test
1 parent ca5d85c commit 148033e

File tree

1 file changed

+1
-1
lines changed
  • swift/logging/tests/assertion-diagnostics

1 file changed

+1
-1
lines changed

swift/logging/tests/assertion-diagnostics/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import subprocess
44
# We have to use importlib due to the '-' in the path
5-
diagnostics_test_utils = importlib.import_module("swift.integration-tests.diagnostics_test_utils")
5+
diagnostics_test_utils = importlib.import_module("swift.ql.integration-tests.diagnostics_test_utils")
66

77
test_dir = "swift/logging/tests/assertion-diagnostics"
88

0 commit comments

Comments
 (0)