| Index: test/mjsunit/compiler/escape-analysis-deopt-1.js
|
| diff --git a/test/mjsunit/compiler/escape-analysis-deopt-1.js b/test/mjsunit/compiler/escape-analysis-deopt-1.js
|
| index 7337264b856513efdfc799a84c563263c35b7790..72dec71f1426cbba8ed8a597f87d179e7dd78557 100644
|
| --- a/test/mjsunit/compiler/escape-analysis-deopt-1.js
|
| +++ b/test/mjsunit/compiler/escape-analysis-deopt-1.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() {
|
|
|