We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0725fe commit b66523bCopy full SHA for b66523b
test/lit.cfg
@@ -531,7 +531,7 @@ if run_vendor == 'apple':
531
(config.variant_triple, stdlib_resource_dir_opt, mcp_opt))
532
target_options_for_mock_sdk_after = sdk_overlay_dir_opt
533
534
- if 'arm' in run_cpu and swift_test_mode != 'non_executable':
+ if 'arm' in run_cpu and swift_test_mode != 'only_non_executable':
535
raise RuntimeError('Device tests are not currently supported.')
536
537
if 'arm' in run_cpu:
0 commit comments