forked from OSchip/llvm-project
Try to fix the test for Windows paths after r196859
llvm-svn: 196862
This commit is contained in:
parent
1603e52700
commit
d2589607e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue