Explorar o código

disable test for now (see #3908)

Simon Krajewski %!s(int64=10) %!d(string=hai) anos
pai
achega
d856b50232
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tests/unit/src/unitstd/Map.unit.hx

+ 3 - 1
tests/unit/src/unitstd/Map.unit.hx

@@ -165,4 +165,6 @@ map["bar"] = map["foo"] = 9;
 map["bar"] == 9;
 map["bar"] == 9;
 map["foo"] == 9;
 map["foo"] == 9;
 
 
-['' => ''].keys().next() == '';
+/*
+ * ['' => ''].keys().next() == '';
+*/