Skip to content

Commit

Permalink
Make test more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 13, 2017
1 parent 809abcd commit e0d3c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/open.t
Expand Up @@ -446,7 +446,7 @@ subtest '.DESTROY does not close standard handles' => {

# RT #125813
throws-like ('a' x 10000).IO.open, Exception,
:message{not /:i 'Malformed' .* 'UTF-8'/},
:message{not /:i 'Malformed UTF-8'/},
'.open error does not incorrectly complain about malformed UTF-8';

# vim: ft=perl6

0 comments on commit e0d3c55

Please sign in to comment.