]> granicus.if.org Git - clang/commitdiff
[PCH] Fix the test.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 12 Nov 2011 21:07:54 +0000 (21:07 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 12 Nov 2011 21:07:54 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144467 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/method-redecls.m

index a11bf5aff7dc5b9bf89275a3bf1a323af06d05da..9d02b6a8af578cc1892604c6139b076cf65dca94 100644 (file)
@@ -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.