removing outdated arguments tests

This commit is contained in:
Jeremy Ashkenas 2010-03-15 21:45:37 -07:00
parent 34f01408c9
commit a4bd8dc623
1 changed files with 0 additions and 11 deletions

View File

@ -17,17 +17,6 @@ ok(area(
) is 100, 'newline delimited arguments')
func: ->
arguments: 25
arguments
ok func(100) is 25, 'arguments as a regular identifier'
this.arguments: 10
ok @arguments is 10, 'arguments accessed as a property'
sum_of_args: ->
sum: 0
sum += val for val in arguments