Skip to content

Commit 069a9d5

Browse files
committed
[rth] Fix bug where single quotes can wrap single quotes
1 parent 24860d1 commit 069a9d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/lit.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,12 +752,12 @@ config.target_sil_extract = (
752752
% (config.sil_extract, config.variant_triple, mcp_opt))
753753

754754
config.target_resilience_test_wmo = (
755-
("%s --target-build-swift '%s' --target-run '%s' --t %%t --S %%S --s %%s "
756-
"--additional-compile-flags-library '-whole-module-optimization -parse-as-library'")
755+
('%s --target-build-swift "%s" --target-run "%s" --t %%t --S %%S --s %%s '
756+
'--additional-compile-flags-library "-whole-module-optimization -parse-as-library"')
757757
% (config.rth, config.target_build_swift, config.target_run))
758758

759759
config.target_resilience_test = (
760-
"%s --target-build-swift '%s' --target-run '%s' --t %%t --S %%S --s %%s"
760+
'%s --target-build-swift "%s" --target-run "%s" --t %%t --S %%S --s %%s'
761761
% (config.rth, config.target_build_swift, config.target_run))
762762

763763
#

0 commit comments

Comments
 (0)