[llvm-commits] [llvm] r43136 - /llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m

Devang Patel dpatel at apple.com
Thu Oct 18 10:54:49 PDT 2007


Author: dpatel
Date: Thu Oct 18 12:54:49 2007
New Revision: 43136

URL: http://llvm.org/viewvc/llvm-project?rev=43136&view=rev
Log:
Fix test.

Modified:
    llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m

Modified: llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m?rev=43136&r1=43135&r2=43136&view=diff

==============================================================================
--- llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m (original)
+++ llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m Thu Oct 18 12:54:49 2007
@@ -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>
 





More information about the llvm-commits mailing list