r215845 - Do not rely on bin/ path prefix in tests.

Manuel Klimek klimek at google.com
Sun Aug 17 12:11:19 PDT 2014


Author: klimek
Date: Sun Aug 17 14:11:18 2014
New Revision: 215845

URL: http://llvm.org/viewvc/llvm-project?rev=215845&view=rev
Log:
Do not rely on bin/ path prefix in tests.

Modified:
    cfe/trunk/test/Driver/no-canonical-prefixes.c

Modified: cfe/trunk/test/Driver/no-canonical-prefixes.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/no-canonical-prefixes.c?rev=215845&r1=215844&r2=215845&view=diff
==============================================================================
--- cfe/trunk/test/Driver/no-canonical-prefixes.c (original)
+++ cfe/trunk/test/Driver/no-canonical-prefixes.c Sun Aug 17 14:11:18 2014
@@ -6,5 +6,5 @@
 // RUN: ./test-clang -v -S %s -no-canonical-prefixes 2>&1 | FileCheck --check-prefix=NCP %s
 
 
-// CHECK: /bin/clang{{.*}}" -cc1
+// CHECK: /clang{{.*}}" -cc1
 // NCP: test-clang" -cc1





More information about the cfe-commits mailing list