Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix thinkos and typos; Mouq++.
  • Loading branch information
jnthn committed Jun 6, 2015
1 parent ad0906b commit eaa9001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-basics/warn.t
Expand Up @@ -60,7 +60,7 @@ is_run 'use v6; try {warn("OH NOEZ") }; say "alive"',
out => rx/alive/,
err => rx/ 'OH NOEZ'/,
},
'try does not surpress warnings';
'try does not suppress warnings';

#?niecza todo 'quietly NYI'
is_run 'use v6; quietly {warn("OH NOEZ") }; say "alive"',
Expand All @@ -69,6 +69,6 @@ is_run 'use v6; quietly {warn("OH NOEZ") }; say "alive"',
out => rx/alive/,
err => '',
},
'quietly does not surpress warnings';
'quietly suppresses warnings';

# vim: ft=perl6

0 comments on commit eaa9001

Please sign in to comment.