[PCH] Fix the test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144467 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/method-redecls.m b/test/PCH/method-redecls.m
index a11bf5a..9d02b6a 100644
--- a/test/PCH/method-redecls.m
+++ b/test/PCH/method-redecls.m
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -x objective-c -emit-pch -o %t
-// RUN: %clang_cc1 -x objective-c -emit-pch -o %t -D IMPL
+// RUN: %clang_cc1 -x objective-c %s -emit-pch -o %t
+// RUN: %clang_cc1 -x objective-c %s -emit-pch -o %t -D IMPL
 
 // Avoid infinite loop because of method redeclarations.