aboutsummaryrefslogtreecommitdiff
path: root/test/Rewriter/rewrite-implementation.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/rewrite-implementation.mm')
-rw-r--r--test/Rewriter/rewrite-implementation.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/rewrite-implementation.mm b/test/Rewriter/rewrite-implementation.mm
index 608707c43034..c1d89a3c3687 100644
--- a/test/Rewriter/rewrite-implementation.mm
+++ b/test/Rewriter/rewrite-implementation.mm
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
-// RUN: %clang_cc1 -DSEL="void *" -S %t-rw.cpp
+// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
// radar 7649577
@interface a