Skip to content

Commit

Permalink
[v6.d REVIEW] Move LTA error for ++.++ test from roast
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 8, 2018
1 parent 75192f2 commit 032c6c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/05-messages/03-errors.t
Expand Up @@ -2,7 +2,7 @@ use lib <t/packages/>;
use Test;
use Test::Helpers;

plan 14;
plan 15;

subtest '.map does not explode in optimizer' => {
plan 3;
Expand Down Expand Up @@ -123,4 +123,8 @@ subtest '.polymod with zero divisor does not reference guts in error' => {
gist => /^ [<!after 'CORE.setting.'> . ]+ $/, 'Real (lazy)';
}

# RT 126220
throws-like '++.++', X::Multi::NoMatch,
'++.++ construct does not throw LTA errors';

# vim: ft=perl6 expandtab sw=4

0 comments on commit 032c6c0

Please sign in to comment.