Skip to content

Commit 33f8f34

Browse files
committed
Exit notification doesn't have parameters.
Refs #1170
1 parent 69b047c commit 33f8f34

File tree

48 files changed

+45
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+45
-50
lines changed

testsuite/ada_lsp/0002-shutdown/0002-shutdown.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
}, {
2121
"send": {
22-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
22+
"request": {"jsonrpc":"2.0", "method":"exit"},
2323
"wait":[]
2424
}
2525
}, {

testsuite/ada_lsp/0002-shutdown/dont_close_stdin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
}, {
2121
"send": {
22-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
22+
"request": {"jsonrpc":"2.0", "method":"exit"},
2323
"wait":[]
2424
}
2525
}, {

testsuite/ada_lsp/0003-get_symbols/0003-get_symbols.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595
}, {
9696
"send": {
97-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
97+
"request": {"jsonrpc":"2.0", "method":"exit"},
9898
"wait":[]
9999
}
100100
}, {

testsuite/ada_lsp/S312-063.documentSymbol.constant/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
}
259259
}, {
260260
"send": {
261-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
261+
"request": {"jsonrpc":"2.0", "method":"exit"},
262262
"wait":[]
263263
}
264264
},

testsuite/ada_lsp/S516-013.no_file/no_file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686
}, {
8787
"send": {
88-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
88+
"request": {"jsonrpc":"2.0", "method":"exit"},
8989
"wait":[]
9090
}
9191
}, {

testsuite/ada_lsp/SA21-029.documentSymbol.function/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
}
259259
}, {
260260
"send": {
261-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
261+
"request": {"jsonrpc":"2.0", "method":"exit"},
262262
"wait":[]
263263
}
264264
}, {

testsuite/ada_lsp/SA21-029.documentSymbol.with/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
}
230230
}, {
231231
"send": {
232-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
232+
"request": {"jsonrpc":"2.0", "method":"exit"},
233233
"wait":[]
234234
}
235235
}, {

testsuite/ada_lsp/T123-048.incremental_editing/test.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@
592592
{
593593
"send": {
594594
"request": {
595-
"params": null,
596595
"jsonrpc": "2.0",
597596
"method": "exit"
598597
},

testsuite/ada_lsp/T623-017.format_uses_project/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
}
101101
}, {
102102
"send": {
103-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
103+
"request": {"jsonrpc":"2.0", "method":"exit"},
104104
"wait":[]
105105
}
106106
}, {

testsuite/ada_lsp/cancel/cancel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
}
155155
}, {
156156
"send": {
157-
"request": {"jsonrpc":"2.0", "method":"exit", "params":{}},
157+
"request": {"jsonrpc":"2.0", "method":"exit"},
158158
"wait":[]
159159
}
160160
}, {

0 commit comments

Comments
 (0)