Changeset 22001
- Timestamp:
- 08/21/08 20:51:04 (3 months ago)
- Location:
- t/oo
- Files:
-
- 2 modified
-
class_inclusion_with_inherited_class.t (modified) (1 diff)
-
global_destruction.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/oo/class_inclusion_with_inherited_class.t
r21719 r22001 35 35 } 36 36 37 is try { C.new.s }, 6, "Test class include another class which inherited from same role";37 is try { C.new.s }, 6, "Test class include another class which inherited from same role"; 38 38 -
t/oo/global_destruction.t
r21722 r22001 49 49 my $command = "$pugs $c $redir $tempfile"; 50 50 diag $command; 51 system$command;51 run $command; 52 52 my $res = slurp $tempfile; 53 53 unlink $tempfile;
