aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-12-10 02:00:48 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-12-10 02:00:48 +0000
commit2ec9f7df832cf4ea702ecacff255869a1fac6252 (patch)
tree4bfc048137d5f6174445c54bddd7f3314e29bf12 /test/Frontend
parent53c8f75fed4219958a6c7141322ea4be6c5c81ca (diff)
downloadclang_35a-2ec9f7df832cf4ea702ecacff255869a1fac6252.tar.gz
Try to fix the test for Windows paths after r196859
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend')
-rw-r--r--test/Frontend/system-header-prefix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Frontend/system-header-prefix.c b/test/Frontend/system-header-prefix.c
index 31194d96e5..449804579f 100644
--- a/test/Frontend/system-header-prefix.c
+++ b/test/Frontend/system-header-prefix.c
@@ -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