Index: test/mjsunit/compiler/regress-447567.js |
diff --git a/test/mjsunit/compiler/regress-447567.js b/test/mjsunit/compiler/regress-447567.js |
index b6dc6537092e3f7d6907d2de52689759900889b2..c348debee25fe3b3a909e163998b85088d605902 100644 |
--- a/test/mjsunit/compiler/regress-447567.js |
+++ b/test/mjsunit/compiler/regress-447567.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --turbo-deoptimization |
- |
assertThrows(function() { |
[0].every(function(){ Object.seal((new Int8Array())); }); |
}) |