summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/test_gdscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/tests/test_gdscript.h')
-rw-r--r--modules/gdscript/tests/test_gdscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/tests/test_gdscript.h b/modules/gdscript/tests/test_gdscript.h
index b39dfe2b5a..32f278d5ce 100644
--- a/modules/gdscript/tests/test_gdscript.h
+++ b/modules/gdscript/tests/test_gdscript.h
@@ -39,6 +39,7 @@ namespace GDScriptTests {
enum TestType {
TEST_TOKENIZER,
+ TEST_TOKENIZER_BUFFER,
TEST_PARSER,
TEST_COMPILER,
TEST_BYTECODE,