From 210e02442e44a1f7076da5ee7224b010e4bd3c37 Mon Sep 17 00:00:00 2001 From: "antonm@chromium.org" Date: Wed, 17 Feb 2010 10:48:29 +0000 Subject: [PATCH] Renaming test/mjsunit/array-splice.js to test/mjsunit/array-functions-prototype-misc.js. The test array-splice.js following array-shift, array-slice etc would be added in next commit. Review URL: http://codereview.chromium.org/618005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- .../{array-splice.js => array-functions-prototype-misc.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/mjsunit/{array-splice.js => array-functions-prototype-misc.js} (100%) diff --git a/test/mjsunit/array-splice.js b/test/mjsunit/array-functions-prototype-misc.js similarity index 100% rename from test/mjsunit/array-splice.js rename to test/mjsunit/array-functions-prototype-misc.js