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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to