浏览代码

[flash] Disable #4051 test

Cauê Waneck 10 年之前
父节点
当前提交
94f9115960
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/unit/src/unit/issues/Issue4051.hx

+ 2 - 0
tests/unit/src/unit/issues/Issue4051.hx

@@ -4,6 +4,8 @@ class Issue4051 extends Test
 {
 	public function test()
 	{
+#if !flash
 		eq(Std.parseFloat("1154874.2868745863"), 1154874.2868745863);
+#end
 	}
 }