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;