]> granicus.if.org Git - clang/commitdiff
Looks like lit on Windows can't cope with parens here, and in any case, we shouldn...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 22:59:28 +0000 (22:59 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 22:59:28 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169442 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/missing-file.cpp

index 5f258eacc1c99846f2a29b5e558a2e63e5b7c6d0..502a9db65799e9bf81ef172b4069f3473e519bcd 100644 (file)
@@ -8,7 +8,7 @@
 // %t.h might be touched by scanners as a hot file on Windows,
 // to fail to remove %.h with single run.
 // FIXME: Do we really want to work around bugs in virus checkers here?
-// RUN: (rm %t.h || rm %t.h || rm %t.h)
+// RUN: rm %t.h || rm %t.h || rm %t.h
 
 // Check diagnostic with location in original source:
 // RUN: not %clang_cc1 -include-pch %t.h.pch -emit-obj -o %t.o %s 2> %t.stderr