mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-24 00:29:25 +00:00
[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:
parent
be253e797b
commit
7e817a2c0c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user