Skip to content

Commit

Permalink
Turn on gcd.t, add lcm.t.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jul 16, 2011
1 parent 1fbe8b1 commit 9fd4115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/spectest.data
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,12 @@ S03-operators/context-forcers.t
# S03-operators/context.t # need regexes
S03-operators/equality.t
S03-operators/eqv.t
S03-operators/gcd.t
# S03-operators/identity.t # need array element binding
S03-operators/increment.t
# S03-operators/inplace.t # err: too many positional arguments: 3 passed, 1 expected
S03-operators/is-divisible-by.t
S03-operators/lcm.t
S03-operators/list-quote-junction.t
# S03-operators/minmax.t # err: Could not find sub &infix:<minmax>
# S03-operators/misc.t # need regexes
Expand Down Expand Up @@ -512,7 +514,6 @@ S32-num/abs.t
S32-num/complex.t
# S32-num/cool-num.t # err: Method 'abs' not found for invocant of class 'Str'
S32-num/exp.t # err: Too many positional parameters passed; got 2 but expected 1
# S32-num/gcd.t # err: Method 'gcd' not found for invocant of class 'Int'
S32-num/int.t
S32-num/log.t
# S32-num/pi.t # all tests skipped
Expand Down

0 comments on commit 9fd4115

Please sign in to comment.