summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/features/dictionary_string_stringname_equivalent.out
blob: ab5b89d55c224079095a95976ee39cfe4be07b4d (plain)
1
2
3
4
5
6
GDTEST_OK
String key is TYPE_STRING: true
StringName key is TYPE_STRING: true
StringName gets String: 42
String gets StringName: 24
String Dictionary == StringName Dictionary: true