| Index: test/mjsunit/array-store-and-grow.js
|
| diff --git a/test/mjsunit/array-store-and-grow.js b/test/mjsunit/array-store-and-grow.js
|
| index 5ac95e9b3ad7d8099e9d6d53738536488e873a53..78d3bf0b4fb7e918f5cdd144b04cba0b8d37b2da 100644
|
| --- a/test/mjsunit/array-store-and-grow.js
|
| +++ b/test/mjsunit/array-store-and-grow.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: --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax --crankshaft --no-always-opt
|
|
|
| // Verifies that the KeyedStoreIC correctly handles out-of-bounds stores
|
| // to an array that grow it by a single element. Test functions are
|
|
|