Index: test/mjsunit/regress/regress-crbug-602595.js |
diff --git a/test/mjsunit/regress/regress-crbug-602595.js b/test/mjsunit/regress/regress-crbug-602595.js |
index 840a3b73c7f3adbe81d63e9e56c6af258c0bb1aa..7f6d478e05d096d4bf03cca13271f6d49ec354b9 100644 |
--- a/test/mjsunit/regress/regress-crbug-602595.js |
+++ b/test/mjsunit/regress/regress-crbug-602595.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 --experimental-turbo-escape |
+// Flags: --allow-natives-syntax --turbo-escape |
function f(a) { return [a] } |