| Index: test/mjsunit/array-splice.js
|
| diff --git a/test/mjsunit/array-splice.js b/test/mjsunit/array-splice.js
|
| index 75ff2d174b13995dce03d44a9d3a19fcd01efec0..4d4dcb7ee0220bfa51cfe55a40e7627148a9a677 100644
|
| --- a/test/mjsunit/array-splice.js
|
| +++ b/test/mjsunit/array-splice.js
|
| @@ -25,6 +25,8 @@
|
| // (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: --type-profile
|
| +
|
| // Check that splicing array of holes keeps it as array of holes
|
| (function() {
|
| for (var i = 0; i < 7; i++) {
|
|
|