summaryrefslogtreecommitdiff
path: root/test/PCH
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-12-05 22:59:28 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-12-05 22:59:28 +0000
commit95d8255917c6d84f35ecc6693e29d00ca121a238 (patch)
treeaa62bd918bde7ea0c010daf5b777bbc6ecde965e /test/PCH
parentddb2968ba69e14bafec765401d70f2477bc977f6 (diff)
downloadclang-95d8255917c6d84f35ecc6693e29d00ca121a238.tar.gz
Looks like lit on Windows can't cope with parens here, and in any case, we shouldn't need them after r169441.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/missing-file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/missing-file.cpp b/test/PCH/missing-file.cpp
index 5f258eacc1..502a9db657 100644
--- a/test/PCH/missing-file.cpp
+++ b/test/PCH/missing-file.cpp
@@ -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