Explorar o código

add test (closes #2718)

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
6b4f7bfcda
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tests/unit/issues/Issue2718.hx

+ 1 - 2
tests/unit/issues/Issue2718.hx.disabled → tests/unit/issues/Issue2718.hx

@@ -1,9 +1,8 @@
 package unit.issues;
-import unit.Test;
 
 class Issue2718 extends Test {
 	function test() {
-		var testMap = new Map();
+		var testMap = new Map<Int, String>();
 		var x0:UInt = 0;
 		var x1:UInt = 1;
 		var x2:UInt = 2;