diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/warnings/void_assignment.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/warnings/void_assignment.out | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/gdscript/tests/scripts/parser/warnings/void_assignment.out b/modules/gdscript/tests/scripts/parser/warnings/void_assignment.out deleted file mode 100644 index 84c9598f9a..0000000000 --- a/modules/gdscript/tests/scripts/parser/warnings/void_assignment.out +++ /dev/null @@ -1,5 +0,0 @@ -GDTEST_OK ->> WARNING ->> Line: 6 ->> VOID_ASSIGNMENT ->> Assignment operation, but the function 'i_return_void()' returns void. |