Browse Source

fixed typo in test code imports

SmerkyG 10 years ago
parent
commit
7506c17660
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/issues/Issue3762.hx

+ 1 - 1
tests/unit/issues/Issue3762.hx

@@ -1,6 +1,6 @@
 package unit.issues;
 import unit.Test;
-import haxe.ds.StringMap;
+import haxe.ds.IntMap;
 
 class Issue3762 extends Test
 {