diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/assignment_without_identifier.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/errors/assignment_without_identifier.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/assignment_without_identifier.out b/modules/gdscript/tests/scripts/parser/errors/assignment_without_identifier.out new file mode 100644 index 0000000000..a4bd8beef1 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/errors/assignment_without_identifier.out @@ -0,0 +1,2 @@ +GDTEST_PARSER_ERROR +Expected variable name after "var". |