[clangd] tolerate windows filepaths in tests

llvm-svn: 317686
This commit is contained in:
Sam McCall 2017-11-08 12:25:00 +00:00
parent cfa6291bb1
commit df29d899e8
1 changed files with 1 additions and 1 deletions

View File

@ -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