Fixed tests.

llvm-svn: 43513
This commit is contained in:
Fariborz Jahanian 2007-10-30 20:41:57 +00:00
parent e0218997ab
commit 4d5b2baa1c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -rewrite-test -verify %s
// RUN: clang -rewrite-test %s
@interface Intf
{

View File

@ -1,4 +1,4 @@
// RUN: clang -rewrite-test -verify %s
// RUN: clang -rewrite-test %s
@protocol P1
- (void) MyProtoMeth : (int **) arg1 : (void*) arg2;