[PATCH] D58126: [clangd] Fix a lit-test.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 12 08:54:32 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE353857: [clangd] Fix a lit-test. (authored by kadircet, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58126?vs=186475&id=186490#toc

Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58126/new/

https://reviews.llvm.org/D58126

Files:
  test/clangd/Inputs/background-index/definition.jsonrpc


Index: test/clangd/Inputs/background-index/definition.jsonrpc
===================================================================
--- test/clangd/Inputs/background-index/definition.jsonrpc
+++ test/clangd/Inputs/background-index/definition.jsonrpc
@@ -44,7 +44,7 @@
     }
   }
 }
-# CHECK: "uri": "file://DIRECTORY/foo.cpp"
+# CHECK: "uri": "file://{{.*}}/foo.cpp"
 ---
 {"jsonrpc":"2.0","id":3,"method":"shutdown"}
 ---


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58126.186490.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190212/536096c6/attachment.bin>


More information about the cfe-commits mailing list