diff options
Diffstat (limited to 'main/tests/test_gdscript.h')
-rw-r--r-- | main/tests/test_gdscript.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/tests/test_gdscript.h b/main/tests/test_gdscript.h index 7541e7b20f..3b2a4aa4ec 100644 --- a/main/tests/test_gdscript.h +++ b/main/tests/test_gdscript.h @@ -40,8 +40,7 @@ enum TestType { TEST_BYTECODE, }; -MainLoop* test(TestType p_type); - +MainLoop *test(TestType p_type); } #endif // TEST_GDSCRIPT_H |