Skip to content

Commit

Permalink
add a test for RT #119999
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 27, 2015
1 parent 1145029 commit 9c56e42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integration/weird-errors.t
Expand Up @@ -3,7 +3,7 @@ use Test;
use lib 't/spec/packages';
use Test::Util;

plan 18;
plan 19;

# this used to segfault in rakudo
#?niecza skip 'todo'
Expand Down Expand Up @@ -153,3 +153,8 @@ is_run '{;}',
},
'concise error message when sinking last statement in a file' );
}

#RT #119999
throws-like { EVAL '&&::{}[];;' },
X::Undeclared::Symbols,
"Doesn't die with weird internal error";

0 comments on commit 9c56e42

Please sign in to comment.