Index: test/mjsunit/dictionary-properties.js |
diff --git a/test/mjsunit/dictionary-properties.js b/test/mjsunit/dictionary-properties.js |
index 9563f3a178fb78b5ea67cdf6a77c56d441f7176b..0659268bac2357d5a024ed341218fa2e465a59dc 100644 |
--- a/test/mjsunit/dictionary-properties.js |
+++ b/test/mjsunit/dictionary-properties.js |
@@ -39,6 +39,7 @@ function SlowPrototype() { |
SlowPrototype.prototype.bar = 2; |
SlowPrototype.prototype.baz = 3; |
delete SlowPrototype.prototype.baz; |
+new SlowPrototype; |
// Prototypes stay fast even after deleting properties. |
assertTrue(%HasFastProperties(SlowPrototype.prototype)); |