Files
swift-mirror/test/refactoring/lit.local.cfg
Argyrios Kyrtzidis 60a91bb736 [refactoring] Upstreaming the implementation for Swift local refactoring (#11568)
[refactoring] Upstreaming the implementation for Swift local refactoring
2017-08-22 16:50:16 -07:00

6 lines
156 B
INI

if 'OS=macosx' not in config.available_features:
config.unsupported = True
else:
config.substitutions.append(('%refactor', config.swift_refactor))