File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ def assert_extractor_executed_with(*flags):
60
60
for actual , expected in itertools .zip_longest (execution , flags ):
61
61
if actual :
62
62
actual = actual .strip ()
63
- expected_prefix = f"-sdk { swift_root } /qltest/ { platform } /sdk - resource-dir { swift_root } /resource-dir/{ platform } -c -primary-file "
64
- assert actual .startswith (expected_prefix ), f"correct sdk option not found in\n { actual } "
63
+ expected_prefix = f"-resource-dir { swift_root } /resource-dir/{ platform } -c -primary-file "
64
+ assert actual .startswith (expected_prefix ), f"correct options not found in\n { actual } "
65
65
actual = actual [len (expected_prefix ):]
66
66
assert actual , f"\n not encountered: { expected } "
67
67
assert expected , f"\n unexpected: { actual } "
You can’t perform that action at this time.
0 commit comments