diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2007-10-30 20:41:57 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2007-10-30 20:41:57 +0000 |
commit | ca4e19e3d77c4c8c98f801e249b1d05448fadf4b (patch) | |
tree | 417859429fdacf825c6195559f88da331ff88996 | |
parent | 2d99833e8c956775f2183601cd120b65b569c867 (diff) |
Fixed tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43513 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Sema/ivar-encoding-1.m | 2 | ||||
-rw-r--r-- | test/Sema/method-encoding-1.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/ivar-encoding-1.m b/test/Sema/ivar-encoding-1.m index 1f7812fadf..6a45fc5bbb 100644 --- a/test/Sema/ivar-encoding-1.m +++ b/test/Sema/ivar-encoding-1.m @@ -1,4 +1,4 @@ -// RUN: clang -rewrite-test -verify %s +// RUN: clang -rewrite-test %s @interface Intf { diff --git a/test/Sema/method-encoding-1.m b/test/Sema/method-encoding-1.m index 0029d4e1f9..96d1bfafc7 100644 --- a/test/Sema/method-encoding-1.m +++ b/test/Sema/method-encoding-1.m @@ -1,4 +1,4 @@ -// RUN: clang -rewrite-test -verify %s +// RUN: clang -rewrite-test %s @protocol P1 - (void) MyProtoMeth : (int **) arg1 : (void*) arg2; |