Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bring test in line with behavior change.
  • Loading branch information
jnthn committed Aug 1, 2014
1 parent aa8a615 commit c3f29b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/qast/01-qast.t
Expand Up @@ -745,7 +745,7 @@ is_qast(
{
my $block := QAST::Block.new();
my $missing := $block.symbol('sabre-toothed tiger');
ok(!nqp::defined($missing), 'QAST::Block.symbol on a nonexistent key returns an undefined value');
ok(!$missing, 'QAST::Block.symbol on a nonexistent key returns a false value');
}

{
Expand Down

0 comments on commit c3f29b6

Please sign in to comment.