Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index 6f5ac70cd5a85cc6003dfcf3311e23e1dca95a1f..3f8dc35cff9dcd9dc9525e77c57faefbb4f51edc 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -16970,8 +16970,6 @@ TEST(VerifyArrayPrototypeGuarantees) { |
// Break fast array hole handling by prototype structure changes. |
BreakArrayGuarantees("[].__proto__.__proto__ = { funny: true };"); |
// By sending elements to dictionary mode. |
- BreakArrayGuarantees("Object.freeze(Array.prototype);"); |
- BreakArrayGuarantees("Object.freeze(Object.prototype);"); |
BreakArrayGuarantees( |
"Object.defineProperty(Array.prototype, 0, {" |
" get: function() { return 3; }});"); |