summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/errors
diff options
context:
space:
mode:
authorPastMoments <3858420+PastMoments@users.noreply.github.com>2022-04-13 14:03:13 -0400
committerPastMoments <3858420+PastMoments@users.noreply.github.com>2022-04-19 08:57:23 -0400
commitb3704e664d23bed00b58a8e2c56d6e858f021597 (patch)
tree870de6e6ca791812c66feac468c8de6335cbbe55 /modules/gdscript/tests/scripts/analyzer/errors
parent1d2177938df078dae7be87665b7caf27c123cd38 (diff)
Fixes GDScript define nested dictionary and array as constants #50285
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/errors')
-rw-r--r--modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out b/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out
index 015ad756f8..6f7f0783f0 100644
--- a/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out
+++ b/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out
@@ -1,2 +1,2 @@
GDTEST_ANALYZER_ERROR
-Invalid index type "bool" for a base of type "Array".
+Cannot get index "true" from "[0, 1]".