summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.out
blob: 3e7ca11a4fe305bbb76e9df53692d6cee5998d57 (plain)
1
2
3
4
5
6
7
GDTEST_RUNTIME_ERROR
>> ERROR
>> on function: erase()
>> core/variant/dictionary.cpp
>> 177
>> Condition "_p->read_only" is true. Returning: false
>> Dictionary is in read-only state.