Skip to content

Commit 17a04ca

Browse files
authored
[Preset] Remove the single quotes from lit args
1 parent 956a319 commit 17a04ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-presets.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ lldb-assertions
303303
[preset: buildbot_incremental_base]
304304
test
305305
validation-test
306-
lit-args='-v --time-tests'
306+
lit-args=-v --time-tests
307307

308308
compiler-vendor=apple
309309

@@ -775,7 +775,7 @@ foundation
775775
libdispatch
776776
indexstore-db
777777
sourcekit-lsp
778-
lit-args='-v --time-tests'
778+
lit-args=-v --time-tests
779779

780780
dash-dash
781781

0 commit comments

Comments
 (0)