Try to fix the test for Windows paths after r196859

llvm-svn: 196862
This commit is contained in:
Dmitri Gribenko 2013-12-10 02:00:48 +00:00
parent 1603e52700
commit d2589607e8
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
#include "src/all.h" #include "src/all.h"
// CHECK-NOT: BOOST // 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-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-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 // CHECK-NOT: BOOST