From: Argyrios Kyrtzidis Date: Sat, 2 Jun 2012 18:20:16 +0000 (+0000) Subject: Follow-up on the test of r157892 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f316dd47b851fcf58c8f1f072bf390ec09bed7a;p=clang Follow-up on the test of r157892 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157893 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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