diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-04-27 12:45:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 12:45:30 +0200 |
| commit | 3dd550e1caadd111fa38d0193fb167dec2e155d5 (patch) | |
| tree | e90d7559e44e07ed68238de4ae787a39d57a0b56 /modules/gdscript/tests/scripts/analyzer | |
| parent | f05ec69158057c533c76d9b105134ac0cfba0ed4 (diff) | |
| parent | b3704e664d23bed00b58a8e2c56d6e858f021597 (diff) | |
Merge pull request #59613 from PastMoments/dict-arr-const-fix
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer')
| -rw-r--r-- | modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out | 2 |
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]". |