| Index: test/mjsunit/regress/poly_count_operation.js
|
| diff --git a/test/mjsunit/regress/poly_count_operation.js b/test/mjsunit/regress/poly_count_operation.js
|
| index a8a1ed2ebc3242b1ed3e0b726978e1e1a3082241..99f041b6f1765047e05442d532bf9d650c6c8d68 100644
|
| --- a/test/mjsunit/regress/poly_count_operation.js
|
| +++ b/test/mjsunit/regress/poly_count_operation.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
|
| +// Flags: --allow-natives-syntax --turbo-deoptimization
|
|
|
| var o1 = {x:1};
|
| var o2 = {};
|
|
|