Chromium Code Reviews| Index: test/mjsunit/elements-kind.js |
| diff --git a/test/mjsunit/elements-kind.js b/test/mjsunit/elements-kind.js |
| index b02af65ed0ac07f641947cd1b64f99ed9c5f3b03..76fa2620677ca3476e1428498eef1842186135ee 100644 |
| --- a/test/mjsunit/elements-kind.js |
| +++ b/test/mjsunit/elements-kind.js |
| @@ -26,7 +26,7 @@ |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc |
| -// Flags: --nostress-opt --nostress-compaction --gc-interval=-1 |
|
mvstanton
2014/01/21 11:58:35
You could probably remove --nostress-compaction he
Michael Achenbach
2014/01/21 12:10:29
Done.
|
| +// Flags: --nostress-opt --nostress-compaction |
| // Test element kind of objects. |
| // Since --smi-only-arrays affects builtins, its default setting at compile |