diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-06-02 18:20:16 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-06-02 18:20:16 +0000 |
commit | 2f316dd47b851fcf58c8f1f072bf390ec09bed7a (patch) | |
tree | 0dbd0ef0c3180cdb0a6417d4b3e5c78b6469763a | |
parent | 25c2596b987ae6e22626252d231211ab06e1dc3f (diff) |
Follow-up on the test of r157892
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157893 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/create-tu-fail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/create-tu-fail.c b/test/Index/create-tu-fail.c index 3241e14a37..f259cca50f 100644 --- a/test/Index/create-tu-fail.c +++ b/test/Index/create-tu-fail.c @@ -1,4 +1,4 @@ -// RUN: rm %t.c +// RUN: rm -f %t.c // RUN: touch %t.c // RUN: c-index-test -write-pch %t.pch %t.c // RUN: cp %s %t.c |