forked from OSchip/llvm-project
[clangd] tolerate windows filepaths in tests
llvm-svn: 317686
This commit is contained in:
parent
cfa6291bb1
commit
df29d899e8
|
@ -11,7 +11,7 @@ Content-Length: 206
|
|||
# CHECK: "method": "textDocument/publishDiagnostics",
|
||||
# CHECK-NEXT: "params": {
|
||||
# CHECK-NEXT: "diagnostics": [],
|
||||
# CHECK-NEXT: "uri": "file:///main.cpp"
|
||||
# CHECK-NEXT: "uri": "file:///{{([A-Z]:/)?}}main.cpp"
|
||||
# CHECK-NEXT: }
|
||||
Content-Length: 58
|
||||
|
||||
|
|
Loading…
Reference in New Issue