Skip to content

Commit

Permalink
catch up standard with s/done_testing/done/
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Jan 12, 2011
1 parent 8b0496c commit 4afb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test.pm6
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
class Test; class Test;
proto plan is export {*} proto plan is export {*}
proto done_testing is export {*} proto done is export {*}
proto is is export {*} proto is is export {*}
proto ok is export {*} proto ok is export {*}
proto nok is export {*} proto nok is export {*}
Expand Down

0 comments on commit 4afb07c

Please sign in to comment.