Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy-and-pasto in test for RT #123115
  • Loading branch information
usev6 committed Mar 31, 2015
1 parent 82a4dd3 commit 6fb9590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/ternary.t
Expand Up @@ -87,7 +87,7 @@ throws_like { EVAL '1 ?? 2' },
# RT #123115
{
sub rt123115 { 2 };
throws_like { EVAL '1 ?? foo !! 3' },
throws_like { EVAL '1 ?? rt123115 !! 3' },
X::Syntax::ConditionalOperator::SecondPartGobbled,
'typed exception when listop gobbles the !! of conditional operator';
}
Expand Down

0 comments on commit 6fb9590

Please sign in to comment.