jscript: Remove broken tests.

This commit is contained in:
Piotr Caban 2009-07-16 01:16:45 +02:00 committed by Alexandre Julliard
parent f5e678e8dd
commit 8e1233ec48
1 changed files with 2 additions and 2 deletions

View File

@ -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));