| Index: test/mjsunit/compiler/escape-analysis-deopt-2.js
|
| diff --git a/test/mjsunit/compiler/escape-analysis-deopt-2.js b/test/mjsunit/compiler/escape-analysis-deopt-2.js
|
| index 306f3e7410a572e2feec450e11ea82eb1f6641b7..6d11b7fc08d6a36af319c3449e3377e5cb45ab92 100644
|
| --- a/test/mjsunit/compiler/escape-analysis-deopt-2.js
|
| +++ b/test/mjsunit/compiler/escape-analysis-deopt-2.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --allow-natives-syntax --turbo-escape
|
| +// Flags: --allow-natives-syntax --experimental-turbo-escape
|
|
|
| // Test deoptimization with captured objects in local variables.
|
| (function testDeoptLocal() {
|
|
|