This is an automatically generated mail to inform you that tests are now available in t/spec/S32-num/rat.t
commit 91dd8debca6ee5746a664f93647e4ef98991e7b1 Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64> Date: Sun Oct 11 14:18:04 2009 +0000 [t/spec] Label test for RT 69726 git-svn-id: http://svn.pugscode.org/p...@28756 c213334d-75ef-0310-aa23-eaa082d1ae64 diff --git a/t/spec/S32-num/rat.t b/t/spec/S32-num/rat.t index ecfc891..b67ac25 100644 --- a/t/spec/S32-num/rat.t +++ b/t/spec/S32-num/rat.t @@ -13,7 +13,7 @@ isa_ok( 1.Int.Rat, Rat, "cast of Int makes a Rat"); isa_ok( 1.Num.Rat, Rat, "cast of Num makes a Rat"); isa_ok( Rat.new, Rat, 'Rat.new is Rat' ); -#?rakudo skip 'maybe related to RT 68958' +#?rakudo skip 'RT 69726, maybe related to RT 68958' isa_ok( eval Rat.new.perl, Rat, 'eval Rat.new.perl is Rat' ); # Test ~