diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-24 18:54:56 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-24 18:54:56 +0200 |
commit | 69a23e64e4aa6543adba79c4d3767bf0d2728faa (patch) | |
tree | 82ff15f208bb594ce2ecea68212fea84df3c96a6 /modules/gdscript/tests/scripts/runtime/features/reset_uninit_local_vars.out | |
parent | a4fbe4c01f5d4e47bd047b091a65fef9f7eb2cca (diff) | |
parent | 27d7760f41d0c819075db37d3234d2587092e682 (diff) | |
download | redot-engine-69a23e64e4aa6543adba79c4d3767bf0d2728faa.tar.gz |
Merge pull request #89990 from dalexeev/gds-reset-uninit-local-vars
GDScript: Fix uninitialized local variables not being reset
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/features/reset_uninit_local_vars.out')
-rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/reset_uninit_local_vars.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/reset_uninit_local_vars.out b/modules/gdscript/tests/scripts/runtime/features/reset_uninit_local_vars.out new file mode 100644 index 0000000000..279ea2d3b1 --- /dev/null +++ b/modules/gdscript/tests/scripts/runtime/features/reset_uninit_local_vars.out @@ -0,0 +1,4 @@ +GDTEST_OK +<null> +<null> +<null> |