aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-10-18 17:54:49 +0000
committerDevang Patel <dpatel@apple.com>2007-10-18 17:54:49 +0000
commitdd4f1e8bb372257008f3c601fd8c6c865f931612 (patch)
treead00495932746fd8bb99dba2f0d1de229809cafd /test
parent2d57308a903abf8d35d91405a08ddba484a426fa (diff)
downloadexternal_llvm-dd4f1e8bb372257008f3c601fd8c6c865f931612.zip
external_llvm-dd4f1e8bb372257008f3c601fd8c6c865f931612.tar.gz
external_llvm-dd4f1e8bb372257008f3c601fd8c6c865f931612.tar.bz2
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/FrontendObjC/2007-10-17-SJLJExceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m
index 9d74d89..fa07527 100644
--- a/test/FrontendObjC/2007-10-17-SJLJExceptions.m
+++ b/test/FrontendObjC/2007-10-17-SJLJExceptions.m
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -x objective-c -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o - t.m | not grep Unwind_Resume
+// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o t.m | not grep Unwind_Resume
#import <Foundation/Foundation.h>