[clangd] Attempt to unbreak windows buildbots.

Some buildbots are breaking on trace.test due to using Linux's path
separators. This commit should unbreak them.

llvm-svn: 324382
This commit is contained in:
Ilya Biryukov 2018-02-06 19:09:44 +00:00
parent be253e797b
commit 7e817a2c0c

View File

@ -10,7 +10,7 @@
# CHECK: "name": "Preamble"
# CHECK: },
# Finish building the preamble, with filename.
# CHECK: "File": "{{.*}}/foo.c"
# CHECK: "File": "{{.*(/|\\)}}foo.c"
# CHECK-NEXT: },
# CHECK-NEXT: "ph": "E"
# Start building the file.