Insert invisble arguments to method definition header.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43948 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/method-encoding-2.m b/test/Sema/method-encoding-2.m
index b7a5e73..08a579b 100644
--- a/test/Sema/method-encoding-2.m
+++ b/test/Sema/method-encoding-2.m
@@ -1,4 +1,5 @@
-// RUN: clang -rewrite-test %s
+// RUN: clang %s
+// TODO: We don't support rewrite of method definitions
@interface Intf
- (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;