mismatched issue number in test case for #1012

This commit is contained in:
Michael Ficarra 2011-01-06 23:55:50 -05:00
parent 6832dda2fa
commit 8ca8cd046f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ test "large ranges are generated with looping constructs", ->
eq 100, (len = up.length)
eq 99, up[len - 1]
test "#1014 slices with arguments object", ->
test "#1012 slices with arguments object", ->
expected = [0..9]
argsAtStart = (-> [arguments[0]..9]) 0
arrayEq expected, argsAtStart