| Index: test/mjsunit/compiler/escape-analysis-deopt-4.js
|
| diff --git a/test/mjsunit/compiler/escape-analysis-deopt-4.js b/test/mjsunit/compiler/escape-analysis-deopt-4.js
|
| index c80765706c589794b0ca7270a36baf847af548c8..ea37083f4cf043a0039be0949ffd1d000fff3040 100644
|
| --- a/test/mjsunit/compiler/escape-analysis-deopt-4.js
|
| +++ b/test/mjsunit/compiler/escape-analysis-deopt-4.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() {
|
|
|