Skip to content

Commit ab4206f

Browse files
committed
Update expected results after changes in GNATdoc.
1 parent 783c8bf commit ab4206f

File tree

1 file changed

+10
-2
lines changed
  • testsuite/ada_lsp/hover.incomplete_types

1 file changed

+10
-2
lines changed

testsuite/ada_lsp/hover.incomplete_types/test.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"contents": [
214214
{
215215
"language": "ada",
216-
"value": "type Incomplete is record\n Y : Integer;\nend record;"
216+
"value": "type Incomplete;\n\ntype Incomplete is record\n Y : Integer;\nend record;"
217217
},
218218
"at p.ads (2:4)"
219219
]
@@ -241,7 +241,15 @@
241241
"wait": [
242242
{
243243
"id": 5,
244-
"result": null
244+
"result": {
245+
"contents": [
246+
{
247+
"language": "ada",
248+
"value": "type Incomplete_2;"
249+
},
250+
"at p.ads (3:4)"
251+
]
252+
}
245253
}
246254
]
247255
}

0 commit comments

Comments
 (0)