Index: test/mjsunit/fast-prototype.js |
diff --git a/test/mjsunit/fast-prototype.js b/test/mjsunit/fast-prototype.js |
index a86b0ea0b2a8050fbeb525cb1ad4fd0e687c54fa..cdcc1a9ed68e8995b4642b5702166e781b46e211 100644 |
--- a/test/mjsunit/fast-prototype.js |
+++ b/test/mjsunit/fast-prototype.js |
@@ -26,11 +26,6 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// Flags: --allow-natives-syntax --expose-gc |
- |
-// TODO(mstarzinger): This test does not succeed when GCs happen in |
-// between prototype transitions, we disable GC stress for now. |
-%SetFlags("--gc-interval=-1") |
- |
// Flags: --noincremental-marking |
// Check that objects that are used for prototypes are in the fast mode. |