Skip to content

Commit

Permalink
small name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevan Little committed Apr 14, 2013
1 parent dd4b92f commit 8f71a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Test-More/lib/Test/More.mo
Expand Up @@ -31,13 +31,13 @@ package Test {
$!output.ok($!count, $msg);
} else {
$!output.not_ok($!count, $msg);
$!output.output_diag($got, $expected, $msg);
$!output.output_err($got, $expected, $msg);
}
}

submethod inc_count { $!count = $!count + 1; }

submethod output_diag ($got, $expected, $msg) {
submethod output_err ($got, $expected, $msg) {
$!output.diag(
"# Failed test", ($msg || ""), "\n",
"# got: ", ~$got, "\n",
Expand Down

0 comments on commit 8f71a97

Please sign in to comment.