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