Skip to content

Commit

Permalink
overspecific test disallows eject in correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Oct 7, 2017
1 parent 85b9380 commit 3457713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-exceptions/misc.t
Expand Up @@ -560,7 +560,7 @@ throws-like 'CATCH { when X::Y {} }', X::Comp::Group,
# RT #75230
throws-like 'say 1 if 2 if 3 { say 3 }', X::Syntax::Confused,
reason => { m/'Missing semicolon'/ },
pre => { m/'1 if 2 if'/ },
pre => { m/'1 if 2'/ },
post => { m/'3 { say 3 }'/ };

# RT #77522
Expand Down

0 comments on commit 3457713

Please sign in to comment.