Chromium Code Reviews| Index: test/mjsunit/regress/regress-444805.js |
| diff --git a/test/mjsunit/regress/regress-444805.js b/test/mjsunit/regress/regress-444805.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5a533acd5ebf2fc196373e2b0e2c4b9df0a29ab6 |
| --- /dev/null |
| +++ b/test/mjsunit/regress/regress-444805.js |
| @@ -0,0 +1,8 @@ |
| +// Copyright 2015 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. |
| + |
| +try { |
| + load("test/mjsunit/regress/regress-444805.js-script"); |
| +} catch (e) { |
| +} |