aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/lsp/004errprj/replies.json
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-18 19:13:17 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-19 07:40:56 +0100
commit181943dc7378a8899353ed4b885ab5f290004677 (patch)
treed92f7642a4703bc63f9307e22b580716e83adeca /testsuite/pyunit/lsp/004errprj/replies.json
parent7dc3c1979f7451eb517863a5a8c501bc6c3d0a47 (diff)
downloadghdl-181943dc7378a8899353ed4b885ab5f290004677.tar.gz
ghdl-181943dc7378a8899353ed4b885ab5f290004677.tar.bz2
ghdl-181943dc7378a8899353ed4b885ab5f290004677.zip
testsuite/pyunit/lsp: use absolute path and metavalue @ROOT@
Diffstat (limited to 'testsuite/pyunit/lsp/004errprj/replies.json')
-rw-r--r--testsuite/pyunit/lsp/004errprj/replies.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pyunit/lsp/004errprj/replies.json b/testsuite/pyunit/lsp/004errprj/replies.json
index 4c7f38082..7a16646b6 100644
--- a/testsuite/pyunit/lsp/004errprj/replies.json
+++ b/testsuite/pyunit/lsp/004errprj/replies.json
@@ -4,7 +4,7 @@
"method": "window/showMessage",
"params": {
"type": 1,
- "message": "json error in project file ./hdl-prj.json:1:3"
+ "message": "json error in project file @ROOT@/004errprj/hdl-prj.json:1:3"
}
},
{
@@ -35,7 +35,7 @@
"jsonrpc": "2.0",
"method": "textDocument/publishDiagnostics",
"params": {
- "uri": "file:///../files/hello.vhdl",
+ "uri": "file://@ROOT@/files/hello.vhdl",
"diagnostics": []
}
}