| Index: test/webkit/fast/js/array-float-delete-expected.txt | 
| diff --git a/test/webkit/array-sort-reentrance-expected.txt b/test/webkit/fast/js/array-float-delete-expected.txt | 
| similarity index 93% | 
| copy from test/webkit/array-sort-reentrance-expected.txt | 
| copy to test/webkit/fast/js/array-float-delete-expected.txt | 
| index 7119af90817eee9b7937e36da25e13456a8ba826..99778c85c48e15523a53fe13685ac17362e44f1e 100644 | 
| --- a/test/webkit/array-sort-reentrance-expected.txt | 
| +++ b/test/webkit/fast/js/array-float-delete-expected.txt | 
| @@ -21,11 +21,12 @@ | 
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 
| # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 
| -This tests that a call to array.sort(compareFunction) does not crash from within a sort comparison function. | 
| +This test checks for regression against 6234: Can delete array index property incorrectly. | 
|  | 
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
|  | 
|  | 
| +PASS a[1] is "before" | 
| PASS successfullyParsed is true | 
|  | 
| TEST COMPLETE | 
|  |