diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-11-12 21:07:54 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-11-12 21:07:54 +0000 |
commit | 8213ecaa7ce2048f1e10b02f730aefb7fdda57fe (patch) | |
tree | 37ade6bb9e801c4620ab7937977e5ac4910bdad8 | |
parent | 1a43415b28e60e0e421ef60e254126acec7ab462 (diff) |
[PCH] Fix the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144467 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/method-redecls.m | 4 |
1 files 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. |