diff options
Diffstat (limited to 'main/tests/test_gdscript.h')
-rw-r--r-- | main/tests/test_gdscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_gdscript.h b/main/tests/test_gdscript.h index f37b175913..cbbf7f3ef4 100644 --- a/main/tests/test_gdscript.h +++ b/main/tests/test_gdscript.h @@ -42,6 +42,6 @@ enum TestType { }; MainLoop *test(TestType p_type); -} +} // namespace TestGDScript #endif // TEST_GDSCRIPT_H |