Chromium Code Reviews| Index: test/mjsunit/mjsunit.js |
| diff --git a/test/mjsunit/mjsunit.js b/test/mjsunit/mjsunit.js |
| index 6a7c2da9e47d1ca56b52c98b3afbd2a2b6d72b6c..081ec310923d7cf305172d901b601f621facab46 100644 |
| --- a/test/mjsunit/mjsunit.js |
| +++ b/test/mjsunit/mjsunit.js |
| @@ -54,7 +54,6 @@ var assertSame; |
| // and the properties of non-Array objects). |
| var assertEquals; |
| - |
|
Dan Ehrenberg
2016/05/16 23:01:16
Revert the irrelevant deletion
caitp (gmail)
2016/05/16 23:08:31
Done.
|
| // The difference between expected and found value is within certain tolerance. |
| var assertEqualsDelta; |