Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[t/] s/done_testing/done/
  • Loading branch information
Carl Masak committed Feb 1, 2011
1 parent d524312 commit dad2ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/compiler.t
Expand Up @@ -80,4 +80,4 @@ for @programs-that-don't-compile -> $program { # '
ok !$can-compile, "will not compile '$program'";
}

done_testing;
done;
2 changes: 1 addition & 1 deletion t/runtime.t
Expand Up @@ -60,4 +60,4 @@ for @tests -> $program, $expected, $message {
is $out, $expected, $message;
}

done_testing;
done;

0 comments on commit dad2ec6

Please sign in to comment.