aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2011-02-25 17:24:55 +0000
committerFariborz Jahanian <fjahanian@apple.com>2011-02-25 17:24:55 +0000
commite293d30e858e38f2bb028c37ecac2178f8d78aa9 (patch)
tree3772a9b4dd26c799ef1cde8beac034b6cb4835f1 /test
parent0cfaf6a270ecd0f5c7e541a8047c87948317548b (diff)
Teach objc-rewriter to pass -fobjc-exceptions along.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Rewriter/rewrite-try-catch.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rewriter/rewrite-try-catch.m b/test/Rewriter/rewrite-try-catch.m
index 5e7b3cf904..d0c6d2acf6 100644
--- a/test/Rewriter/rewrite-try-catch.m
+++ b/test/Rewriter/rewrite-try-catch.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -rewrite-objc -fobjc-exceptions %s -o -
+// RUN: %clang_cc1 -rewrite-objc %s -o -
@interface Foo @end
@interface GARF @end