| Index: test/mjsunit/regress/regress-696251.js
|
| diff --git a/test/mjsunit/regress/regress-696251.js b/test/mjsunit/regress/regress-696251.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b31a8760468df7dedd2cfbcd98c661d84e645999
|
| --- /dev/null
|
| +++ b/test/mjsunit/regress/regress-696251.js
|
| @@ -0,0 +1,7 @@
|
| +// Copyright 2017 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.
|
| +
|
| +var a = new Uint8Array(1000);
|
| +a.fill(255);
|
| +a.sort();
|
|
|