Index: test/mjsunit/object-seal.js |
diff --git a/test/mjsunit/object-seal.js b/test/mjsunit/object-seal.js |
index ef1b16d9061d0d9bb75539812d577aa29e4622c7..a901b1f48053b0ad61b56bfbfc23784b0f8a26db 100644 |
--- a/test/mjsunit/object-seal.js |
+++ b/test/mjsunit/object-seal.js |
@@ -28,7 +28,7 @@ |
// Tests the Object.seal and Object.isSealed methods - ES 19.1.2.17 and |
// ES 19.1.2.13 |
-// Flags: --allow-natives-syntax --noalways-opt |
+// Flags: --allow-natives-syntax --crankshaft --noalways-opt |
// Test that we return obj if non-object is passed as argument |
var non_objects = new Array(undefined, null, 1, -1, 0, 42.43, Symbol("test")); |