summary refs log tree commit diff stats
path: root/tests/vm/textensionmap.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/textensionmap.nim')
-rw-r--r--tests/vm/textensionmap.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/textensionmap.nim b/tests/vm/textensionmap.nim
index 5d4b25d01..7ada1880d 100644
--- a/tests/vm/textensionmap.nim
+++ b/tests/vm/textensionmap.nim
@@ -10,4 +10,4 @@ const EXTENSIONMAP = {
   "c": @["*.c", "*.h"],
 }.toTable()
 
-const EXTENSIONS = toSet(concat(toSeq(EXTENSIONMAP.values())))
+const EXTENSIONS = toHashSet(concat(toSeq(EXTENSIONMAP.values())))