Skip to content

Commit 4afb07c

Browse files
committed
catch up standard with s/done_testing/done/
1 parent 8b0496c commit 4afb07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Test.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Test;
22
proto plan is export {*}
3-
proto done_testing is export {*}
3+
proto done is export {*}
44
proto is is export {*}
55
proto ok is export {*}
66
proto nok is export {*}

0 commit comments

Comments
 (0)