commit | b9b936102cff5557ed7880a35baf0974b6d6bf70 | [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 | cb034cba98e647647d59106b2737f8d7f3fc27f7 [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;