diff options
Diffstat (limited to 'test/Rewriter/lit.local.cfg')
-rw-r--r-- | test/Rewriter/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/lit.local.cfg b/test/Rewriter/lit.local.cfg index 69b733b2e4a3..f5e1d0349f52 100644 --- a/test/Rewriter/lit.local.cfg +++ b/test/Rewriter/lit.local.cfg @@ -1,3 +1,3 @@ # The Objective-C rewriters are currently grouped with ARCMT. -if config.root.clang_arcmt == 0: +if not config.root.clang_arcmt: config.unsupported = True |