aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-19 18:40:53 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-19 18:40:53 +0000
commit22058955e8dd31871b883fd279251ea2d2c5d5fb (patch)
treeda4e61b2704312084db1e43912bc37f5b7ce3064
parent8c0247d0058469c7ae35a12ab3a85928471178f8 (diff)
Now with RUN line!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43185 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/FrontendObjC/2007-10-17-SJLJExceptions.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m
index a30a95fa35..ef28f587f9 100644
--- a/test/FrontendObjC/2007-10-17-SJLJExceptions.m
+++ b/test/FrontendObjC/2007-10-17-SJLJExceptions.m
@@ -1,3 +1,4 @@
+// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume
#import <stdio.h>
@interface Foo {