Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make a test for empty list-like thingy more liberal
  • Loading branch information
moritz committed Aug 28, 2015
1 parent d13a1bb commit 9928593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-exceptions/misc.t
Expand Up @@ -639,7 +639,7 @@ throws-like 'no DoesNotMatter Undeclared;', X::Undeclared::Symbols;
# RT #73102
throws-like 'my Int (Str $x);', X::Syntax::Variable::ConflictingTypes, outer => Int, inner => Str;

throws-like '$k', X::Undeclared, post => '$k', highexpect => (),
throws-like '$k', X::Undeclared, post => '$k', highexpect => &not,
"X::Undeclared precedes the name and doesn't expect anything else";

# RT #125427
Expand Down

0 comments on commit 9928593

Please sign in to comment.