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 0c67ce6 commit db26e7fCopy full SHA for db26e7f
test/refactoring/lit.local.cfg
@@ -1,7 +1,3 @@
1
-if 'OS=macosx' not in config.available_features:
2
- config.unsupported = True
3
-
4
-else:
5
- config.substitutions.append(('%refactor-check-compiles', '{} -swift-refactor {} -swift-frontend {} -temp-dir %t {}'.format(config.refactor_check_compiles, config.swift_refactor, config.swift_frontend, config.resource_dir_opt)))
6
- config.substitutions.append(('%refactor', '{} {}'.format(config.swift_refactor,
7
- config.resource_dir_opt)))
+config.substitutions.append(('%refactor-check-compiles', '{} -swift-refactor {} -swift-frontend {} -temp-dir %t {}'.format(config.refactor_check_compiles, config.swift_refactor, config.swift_frontend, config.resource_dir_opt)))
+config.substitutions.append(('%refactor', '{} {}'.format(config.swift_refactor,
+ config.resource_dir_opt)))
0 commit comments