forked from OSchip/llvm-project
test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep.
llvm-svn: 156153
This commit is contained in:
parent
796e5272ab
commit
dcb0e394a9
|
@ -6,5 +6,5 @@
|
||||||
const char *str = STR;
|
const char *str = STR;
|
||||||
int ge = zool;
|
int ge = zool;
|
||||||
|
|
||||||
// CHECK: file '{{.*}}/remap-file-from-pch.cpp.h' from the precompiled header has been overridden
|
// CHECK: file '{{.*[/\\]}}remap-file-from-pch.cpp.h' from the precompiled header has been overridden
|
||||||
// CHECK: use of undeclared identifier 'zool'
|
// CHECK: use of undeclared identifier 'zool'
|
||||||
|
|
Loading…
Reference in New Issue