| Index: test/mjsunit/regress/regress-3650-3.js
|
| diff --git a/test/mjsunit/regress/regress-3650-3.js b/test/mjsunit/regress/regress-3650-3.js
|
| index 013e4df2834e20435982300303eb6260eb41b2be..f842428262544c1777140b04517e112b720c733d 100644
|
| --- a/test/mjsunit/regress/regress-3650-3.js
|
| +++ b/test/mjsunit/regress/regress-3650-3.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax --crankshaft
|
|
|
| function foo(a) {
|
| for (var d in a) {
|
|
|