| Index: test/mjsunit/lazy-inner-functions.js
|
| diff --git a/test/mjsunit/lazy-inner-functions.js b/test/mjsunit/lazy-inner-functions.js
|
| index dfcd6db8532037c494f4e298431578a4781181a2..3d8c448ce1976014728326d408327e8dc995f704 100644
|
| --- a/test/mjsunit/lazy-inner-functions.js
|
| +++ b/test/mjsunit/lazy-inner-functions.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --min-preparse-length=1
|
| -
|
| (function TestLazyInnerFunctionCallsEval() {
|
| var i = (function eager_outer() {
|
| var a = 41; // Should be context-allocated
|
|
|