]> granicus.if.org Git - clang/commitdiff
Fixed tests.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 30 Oct 2007 20:41:57 +0000 (20:41 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 30 Oct 2007 20:41:57 +0000 (20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43513 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/ivar-encoding-1.m
test/Sema/method-encoding-1.m

index 1f7812fadf0a37d0fcb9163f722caa4837d390c3..6a45fc5bbbf43f41cba91285630121bfc12546c0 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -rewrite-test -verify %s
+// RUN: clang -rewrite-test %s
 
 @interface Intf
 {
index 0029d4e1f96be40522d452361624b572bfc82e0e..96d1bfafc7c8416802adf13152d06813639f4b54 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -rewrite-test -verify %s
+// RUN: clang -rewrite-test %s
 
 @protocol P1
 - (void) MyProtoMeth : (int **) arg1 : (void*) arg2;