Fix tests

This commit is contained in:
Mihai Bazon 2015-04-17 11:28:59 +03:00
parent 274e1b3dc7
commit 3b14582d6b

View File

@ -6,7 +6,7 @@ NaN_and_Infinity_must_have_parens: {
} }
expect: { expect: {
(1/0).toString(); (1/0).toString();
(0/0).toString(); NaN.toString(); // transformation to 0/0 dropped
} }
} }