Chromium Code Reviews| Index: test/mjsunit/regress/regress-5767.js |
| diff --git a/test/mjsunit/regress/regress-5767.js b/test/mjsunit/regress/regress-5767.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..75c83c027dfa528c95af0116feafb70d25b61b91 |
| --- /dev/null |
| +++ b/test/mjsunit/regress/regress-5767.js |
| @@ -0,0 +1,5 @@ |
| +// Copyright 2016 the V8 project authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +assertEquals("0", Number.MIN_VALUE.toString(35)); |