summaryrefslogtreecommitdiff
path: root/tests/core/string/test_translation.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/string/test_translation.h')
-rw-r--r--tests/core/string/test_translation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/string/test_translation.h b/tests/core/string/test_translation.h
index 85ac639bec..0a1903ccbf 100644
--- a/tests/core/string/test_translation.h
+++ b/tests/core/string/test_translation.h
@@ -154,7 +154,7 @@ TEST_CASE("[OptimizedTranslation] Generate from Translation and read messages")
TEST_CASE("[Translation] CSV import") {
Ref<ResourceImporterCSVTranslation> import_csv_translation = memnew(ResourceImporterCSVTranslation);
- Map<StringName, Variant> options;
+ HashMap<StringName, Variant> options;
options["compress"] = false;
options["delimiter"] = 0;