Index: test/mjsunit/fast-prototype.js |
=================================================================== |
--- test/mjsunit/fast-prototype.js (revision 11828) |
+++ test/mjsunit/fast-prototype.js (working copy) |
@@ -71,8 +71,8 @@ |
// Still fast |
assertTrue(%HasFastProperties(proto)); |
AddProps(proto); |
- // Setting the bit means it is still fast with all these properties. |
- assertTrue(%HasFastProperties(proto)); |
+ // After we add all those properties it went slow mode again :-( |
+ assertFalse(%HasFastProperties(proto)); |
} |
if (same_map_as && !add_first) { |
assertTrue(%HaveSameMap(same_map_as, proto)); |