Merge pull request #114951 from LanzaSchneider/fix-gdscript-lsp-tests-link-error

Fix GDScript LSP test link errors when `websocket` is disabled
This commit is contained in:
Thaddeus Crews 2026-01-26 13:14:14 -06:00
commit e093c96688
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -32,9 +32,7 @@
#ifdef TOOLS_ENABLED
#include "modules/modules_enabled.gen.h" // For jsonrpc.
#ifdef MODULE_JSONRPC_ENABLED
#ifndef GDSCRIPT_NO_LSP
#include "tests/test_macros.h"
@ -607,6 +605,6 @@ func f():
} // namespace GDScriptTests
#endif // MODULE_JSONRPC_ENABLED
#endif // GDSCRIPT_NO_LSP
#endif // TOOLS_ENABLED