diff options
Diffstat (limited to 'testsuite/pyunit/lsp/003errors/replies.json')
-rw-r--r-- | testsuite/pyunit/lsp/003errors/replies.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pyunit/lsp/003errors/replies.json b/testsuite/pyunit/lsp/003errors/replies.json index 88f962da5..dd52af8cd 100644 --- a/testsuite/pyunit/lsp/003errors/replies.json +++ b/testsuite/pyunit/lsp/003errors/replies.json @@ -70,7 +70,7 @@ "kind": 2, "name": "tb", "location": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl", + "uri": "file://003errors/tc.vhdl", "range": { "start": { "line": 4, @@ -87,7 +87,7 @@ "kind": 2, "name": "behav", "location": { - "uri": "file:///home/tgingold/work/vhdl-language-server/tests/003errors/tc.vhdl", + "uri": "file://003errors/tc.vhdl", "range": { "start": { "line": 7, |