Skip to content

Commit

Permalink
Fix test for RT #125302
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Jun 17, 2015
1 parent ff2dc70 commit 58f6cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-metasyntax/regex.t
Expand Up @@ -120,6 +120,6 @@ eval-lives-ok '/<[..b]>/', '/<[..b]>/ lives';
}

# RT #125302
lives-ok { Regex.new.perl }, '"Regex.new.perl does not segfault';
throws-like 'Regex.new.perl', Exception, '"Regex.new.perl dies but does not segfault';

# vim: ft=perl6

0 comments on commit 58f6cd1

Please sign in to comment.