diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out')
-rw-r--r-- | modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out b/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out new file mode 100644 index 0000000000..358b096a64 --- /dev/null +++ b/modules/gdscript/tests/scripts/analyzer/errors/incompatible_assignment.out @@ -0,0 +1,2 @@ +GDTEST_ANALYZER_ERROR +Invalid operands "bool" and "String" for assignment operator. |