Browse Source

[flash] Disable #4051 test

Cauê Waneck 10 years ago
parent
commit
94f9115960
1 changed files with 2 additions and 0 deletions
  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
 	}
 }