Skip to content

Commit

Permalink
[GR-58479] LSPLibrary corrections and tests.
Browse files Browse the repository at this point in the history
PullRequest: graal/18887
  • Loading branch information
entlicher committed Sep 26, 2024
2 parents 4a91bba + 978c81e commit 3920106
Show file tree
Hide file tree
Showing 7 changed files with 519 additions and 23 deletions.
3 changes: 2 additions & 1 deletion tools/mx.tools/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
"sourceDirs": ["src"],
"dependencies": [
"org.graalvm.tools.lsp",
"truffle:TRUFFLE_TEST",
"truffle:TRUFFLE_SL",
"mx:JUNIT"
],
Expand Down Expand Up @@ -777,7 +778,7 @@
"distDependencies" : [
"LSP",
"truffle:TRUFFLE_SL",
"truffle:TRUFFLE_TEST", # runtime dependency for unittest config
"truffle:TRUFFLE_TEST",
],
"exclude": [
"mx:HAMCREST",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Object getSignature(Object object) throws UnsupportedMessageException {
throw UnsupportedMessageException.create();
}

LSPLibrary() {
protected LSPLibrary() {
}

public static LibraryFactory<LSPLibrary> getFactory() {
Expand Down
Loading

0 comments on commit 3920106

Please sign in to comment.