[cfe-commits] r142692 - /cfe/trunk/test/Driver/debug.c
Nick Lewycky
nicholas at mxc.ca
Fri Oct 21 15:21:24 PDT 2011
Author: nicholas
Date: Fri Oct 21 17:21:24 2011
New Revision: 142692
URL: http://llvm.org/viewvc/llvm-project?rev=142692&view=rev
Log:
Doug reports that this test is still failing. Try applying Benjamin Kramer's
suggestion!
Modified:
cfe/trunk/test/Driver/debug.c
Modified: cfe/trunk/test/Driver/debug.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/debug.c?rev=142692&r1=142691&r2=142692&view=diff
==============================================================================
--- cfe/trunk/test/Driver/debug.c (original)
+++ cfe/trunk/test/Driver/debug.c Fri Oct 21 17:21:24 2011
@@ -1,6 +1,5 @@
// RUN: cd %S && %clang -### -g %s -c 2>&1 | grep '"-fdebug-compilation-dir" "'%S'"'
-// RUN: (sv PWD=/foo && %clang -### -g %s -c 2>&1 | grep '"-fdebug-compilation-dir" "/foo"') || \
-// RUN: PWD=/foo %clang -### -g %s -c 2>&1 | grep '"-fdebug-compilation-dir" "/foo"'
+// RUN: env PWD=/foo %clang -### -g %s -c 2>&1 | grep '"-fdebug-compilation-dir" "/foo"'
// This test uses grep instead of FileCheck so that we get %S -> dirname
// substitution.
More information about the cfe-commits
mailing list