[cfe-commits] r169442 - /cfe/trunk/test/PCH/missing-file.cpp

Richard Smith richard-llvm at metafoo.co.uk
Wed Dec 5 14:59:28 PST 2012


Author: rsmith
Date: Wed Dec  5 16:59:28 2012
New Revision: 169442

URL: http://llvm.org/viewvc/llvm-project?rev=169442&view=rev
Log:
Looks like lit on Windows can't cope with parens here, and in any case, we shouldn't need them after r169441.

Modified:
    cfe/trunk/test/PCH/missing-file.cpp

Modified: cfe/trunk/test/PCH/missing-file.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/missing-file.cpp?rev=169442&r1=169441&r2=169442&view=diff
==============================================================================
--- cfe/trunk/test/PCH/missing-file.cpp (original)
+++ cfe/trunk/test/PCH/missing-file.cpp Wed Dec  5 16:59:28 2012
@@ -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





More information about the cfe-commits mailing list