diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-03 14:23:26 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-04 10:54:55 +0200 |
commit | 496b7b8482b9128f65bde02cdf8220561bdd5801 (patch) | |
tree | 69fb0eba0750658a994350fe344fe7372b82f41e /modules/gdscript/tests/scripts/runtime | |
parent | 6a13fdcae3662975c101213d47a1eb3a7db63cb3 (diff) | |
download | redot-engine-496b7b8482b9128f65bde02cdf8220561bdd5801.tar.gz |
Core: Improve vformat error reporting on sprintf failure
And fix a few occurrences of formatting errors that led me to this.
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime')
-rw-r--r-- | modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out b/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out index 7b9f1066b0..9b38957101 100644 --- a/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out +++ b/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out @@ -1,4 +1,5 @@ GDTEST_RUNTIME_ERROR >> ERROR >> Method/function failed. +>> Unable to convert array index 0 from "Object" to "Object". not ok |