فهرست منبع

[tests] comment out mod zero test for now

see #7034
Simon Krajewski 7 سال پیش
والد
کامیت
afe57f2f85
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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;