Explorar o código

[tests] comment out mod zero test for now

see #7034
Simon Krajewski %!s(int64=7) %!d(string=hai) anos
pai
achega
afe57f2f85
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/unit/src/unitstd/Math.unit.hx

+ 2 - 2
tests/unit/src/unitstd/Math.unit.hx

@@ -57,8 +57,8 @@ Math.isNaN(Math.NaN / Math.POSITIVE_INFINITY) == true;
 Math.isNaN(Math.NEGATIVE_INFINITY / Math.NaN) == true;
 
 // %
-var izero = 0;
-Math.isNaN(1%izero) == true;
+// var izero = 0;
+// Math.isNaN(1%izero) == true;
 // abs
 Math.abs(-1.223) == 1.223;
 Math.abs(1.223) == 1.223;