Skip to content

Commit ecca102

Browse files
Adapt test on edge after LAL improvements...
... this is related to a better handling of "A => " when no value is provided (before the related nodes were discarded).
1 parent 55974bc commit ecca102

File tree

1 file changed

+3
-3
lines changed
  • testsuite/ada_lsp/U429-030.signatureHelp.dot_call

1 file changed

+3
-3
lines changed

testsuite/ada_lsp/U429-030.signatureHelp.dot_call/test.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"params": {
7777
"settings": {
7878
"ada": {
79-
"projectFile": "$URI{test.gpr}",
79+
"projectFile": "$URI{default.gpr}",
8080
"scenarioVariables": {},
8181
"defaultCharset": "ISO-8859-1"
8282
}
@@ -1632,7 +1632,7 @@
16321632
"label": "B"
16331633
}
16341634
],
1635-
"activeParameter": 0
1635+
"activeParameter": 1
16361636
},
16371637
{
16381638
"label": "procedure Hello (A : Integer; B : Float)",
@@ -3200,7 +3200,7 @@
32003200
"label": "B"
32013201
}
32023202
],
3203-
"activeParameter": 2
3203+
"activeParameter": 1
32043204
}
32053205
],
32063206
"activeSignature": 0,

0 commit comments

Comments
 (0)