Skip to content

Commit 3920106

Browse files
committed
[GR-58479] LSPLibrary corrections and tests.
PullRequest: graal/18887
2 parents 4a91bba + 978c81e commit 3920106

File tree

7 files changed

+519
-23
lines changed

7 files changed

+519
-23
lines changed

tools/mx.tools/suite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@
302302
"sourceDirs": ["src"],
303303
"dependencies": [
304304
"org.graalvm.tools.lsp",
305+
"truffle:TRUFFLE_TEST",
305306
"truffle:TRUFFLE_SL",
306307
"mx:JUNIT"
307308
],
@@ -777,7 +778,7 @@
777778
"distDependencies" : [
778779
"LSP",
779780
"truffle:TRUFFLE_SL",
780-
"truffle:TRUFFLE_TEST", # runtime dependency for unittest config
781+
"truffle:TRUFFLE_TEST",
781782
],
782783
"exclude": [
783784
"mx:HAMCREST",

tools/src/org.graalvm.tools.api.lsp/src/org/graalvm/tools/api/lsp/LSPLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public Object getSignature(Object object) throws UnsupportedMessageException {
9292
throw UnsupportedMessageException.create();
9393
}
9494

95-
LSPLibrary() {
95+
protected LSPLibrary() {
9696
}
9797

9898
public static LibraryFactory<LSPLibrary> getFactory() {

0 commit comments

Comments
 (0)