r196862 - Try to fix the test for Windows paths after r196859

Dmitri Gribenko gribozavr at gmail.com
Mon Dec 9 18:00:48 PST 2013


Author: gribozavr
Date: Mon Dec  9 20:00:48 2013
New Revision: 196862

URL: http://llvm.org/viewvc/llvm-project?rev=196862&view=rev
Log:
Try to fix the test for Windows paths after r196859

Modified:
    cfe/trunk/test/Frontend/system-header-prefix.c

Modified: cfe/trunk/test/Frontend/system-header-prefix.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/system-header-prefix.c?rev=196862&r1=196861&r2=196862&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/system-header-prefix.c (original)
+++ cfe/trunk/test/Frontend/system-header-prefix.c Mon Dec  9 20:00:48 2013
@@ -3,9 +3,9 @@
 #include "src/all.h"
 
 // CHECK-NOT: BOOST
-// CHECK: libs/mylib/warn.h:1:5: warning: 'MYLIB' is not defined, evaluates to 0
+// CHECK: libs{{/|\\}}mylib{{/|\\}}warn.h:1:5: warning: 'MYLIB' is not defined, evaluates to 0
 // CHECK-NOT: BOOST
-// CHECK: libs/mylib/warn.h:1:5: warning: 'MYLIB' is not defined, evaluates to 0
+// CHECK: libs{{/|\\}}mylib{{/|\\}}warn.h:1:5: warning: 'MYLIB' is not defined, evaluates to 0
 // CHECK-NOT: BOOST
-// CHECK: src/warn.h:1:5: warning: 'SRC' is not defined, evaluates to 0
+// CHECK: src{{/|\\}}warn.h:1:5: warning: 'SRC' is not defined, evaluates to 0
 // CHECK-NOT: BOOST





More information about the cfe-commits mailing list