commit | ca4e19e3d77c4c8c98f801e249b1d05448fadf4b | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Tue Oct 30 20:41:57 2007 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Tue Oct 30 20:41:57 2007 +0000 |
tree | 417859429fdacf825c6195559f88da331ff88996 | |
parent | 2d99833e8c956775f2183601cd120b65b569c867 [diff] [blame] |
Fixed tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43513 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/method-encoding-1.m b/test/Sema/method-encoding-1.m index 0029d4e..96d1bfa 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;