Commit 8e1233ec authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

jscript: Remove broken tests.

parent f5e678e8
......@@ -619,9 +619,9 @@ for(i=2; i<10; i++) {
equals(1.123, i);
equals(2305843009200000000, i);
equals(5.123, i);
equals(1/(1024*1024*1024*1024*1024*1024*1.9), i);
equals(21711, i);
equals(1024*1024*1024*1024*1024*1024*1.9999, i);
equals(0.0000000000000000001, i);
equals(748382, i);
equals(0.6, i);
equals(4.65661287308e-10, i);
ok((0).toString(i) === "0", "(0).toString("+i+") = " + (0).toString(i));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment