| Index: test/mjsunit/harmony/regress/regress-3426.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-3426.js b/test/mjsunit/harmony/regress/regress-3426.js
|
| deleted file mode 100644
|
| index c3b11a1792f8c8adaf05788d9604a2c9c9f5dcde..0000000000000000000000000000000000000000
|
| --- a/test/mjsunit/harmony/regress/regress-3426.js
|
| +++ /dev/null
|
| @@ -1,7 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -// Flags: --harmony-scoping
|
| -
|
| -assertThrows("(function() { 'use strict'; { let f; var f; } })", SyntaxError);
|
|
|