Changeset 548
- Timestamp:
- 03/09/05 07:32:36 (4 years ago)
- svk:copy_cache_prev:
- 1869
- Files:
-
- 1 modified
-
ext/Test/lib/Test.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ext/Test/lib/Test.pm
r545 r548 75 75 } 76 76 77 sub todo_isa_ok ($ref, Str $expected_type ) returns Bool is export {77 sub todo_isa_ok ($ref, Str $expected_type, Str ?$desc) returns Bool is export { 78 78 my $ref_type = ref($ref); 79 79 my $out := defined($desc) ?? $desc :: "The object is-a '$expected_type'";
