Skip to content

Commit db26e7f

Browse files
committed
[refactoring] Run refactoring tests on Linux
Refactoring tests have been disabled on Linux but I can’t find a reason why that should be the case. Enable them on all platforms. rdar://92982631
1 parent 0c67ce6 commit db26e7f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

test/refactoring/lit.local.cfg

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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)))
1+
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)))
2+
config.substitutions.append(('%refactor', '{} {}'.format(config.swift_refactor,
3+
config.resource_dir_opt)))

0 commit comments

Comments
 (0)