| Index: test/mjsunit/greedy.js
|
| diff --git a/test/mjsunit/greedy.js b/test/mjsunit/greedy.js
|
| index 8c49e41b9c6d43cb1c8ca1987f9d92899a6cb059..d357f0cad373709b1a9bd0e1edaa565879194a01 100644
|
| --- a/test/mjsunit/greedy.js
|
| +++ b/test/mjsunit/greedy.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --gc-greedy --noverify-heap
|
| +// Flags: --gc-greedy
|
|
|
| function IterativeFib(n) {
|
| var f0 = 0, f1 = 1;
|
|
|