Fix: GDScript LSP test compilation condition
This commit is contained in:
parent
2d53a62898
commit
3ad42d859e
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue