Skip to content

Commit

Permalink
change ok(Str) to pass(Str)
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Sep 24, 2015
1 parent fc8cdc6 commit 3f529a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S02-names-vars/perl.t
Expand Up @@ -103,7 +103,7 @@ my @tests = (
my $a1 = Bug.new;
$a1.bind( $a1 );
say $a1;
ok("survived saying a self-referencing object");
pass "survived saying a self-referencing object";
}

# RT #122286
Expand All @@ -129,7 +129,7 @@ my @tests = (
$l1.put($i1);
$i1.locate($l1);
say $i1.whereis;
ok("survived saying two mutually referencing objects");
pass "survived saying two mutually referencing objects";
}

{
Expand Down

0 comments on commit 3f529a7

Please sign in to comment.