| Index: test/mjsunit/harmony/regress/regress-4482.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-4482.js b/test/mjsunit/harmony/regress/regress-4482.js
|
| deleted file mode 100644
|
| index 2472b466ab4f060508631ff21e369d035b4c2f31..0000000000000000000000000000000000000000
|
| --- a/test/mjsunit/harmony/regress/regress-4482.js
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -// 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.
|
| -//
|
| -// Flags: --harmony-sloppy
|
| -
|
| -assertEquals("function", (function f() { f = 42; return typeof f })());
|
| -assertEquals("function",
|
| - (function* g() { g = 42; yield typeof g })().next().value);
|
|
|