Skip to content

Commit

Permalink
Eliminates meta-ok, which wasn't there anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 21, 2019
1 parent 6c71f0e commit 1589642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/testing.pod6
Expand Up @@ -24,7 +24,7 @@ not, which can be used to print a message if the test fails:
=begin code :preamble<use Test; my ($meta,$relaxed-name); sub check-name($meta,:$relaxed-name){}>
ok check-name($meta, :$relaxed-name), "name has a hyphen rather than '::'" \
or diag "\nTo use hyphen in name, pass :relaxed-name to meta-ok\n";
or diag "\nTo use hyphen in name, pass :relaxed-name to check-name\n";
=end code
=head1 Writing tests
Expand Down

0 comments on commit 1589642

Please sign in to comment.