Skip to content

Commit b66523b

Browse files
committed
lit.cfg: unbreak check-swift-*-only_non_executable-* test configuration
1 parent d0725fe commit b66523b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ if run_vendor == 'apple':
531531
(config.variant_triple, stdlib_resource_dir_opt, mcp_opt))
532532
target_options_for_mock_sdk_after = sdk_overlay_dir_opt
533533

534-
if 'arm' in run_cpu and swift_test_mode != 'non_executable':
534+
if 'arm' in run_cpu and swift_test_mode != 'only_non_executable':
535535
raise RuntimeError('Device tests are not currently supported.')
536536

537537
if 'arm' in run_cpu:

0 commit comments

Comments
 (0)