From 8213ecaa7ce2048f1e10b02f730aefb7fdda57fe Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Sat, 12 Nov 2011 21:07:54 +0000 Subject: [PATCH] [PCH] Fix the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144467 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/PCH/method-redecls.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/PCH/method-redecls.m b/test/PCH/method-redecls.m index a11bf5aff7..9d02b6a8af 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. -- 2.40.0