Skip to content

Commit aa8b245

Browse files
committed
Replace a pirop with an NQP op.
1 parent 1ec5f69 commit aa8b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/qast/qast.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ is_qast(
747747
{
748748
my $block := QAST::Block.new();
749749
my $missing := $block.symbol('sabre-toothed tiger');
750-
ok(!pir::defined($missing), 'QAST::Block.symbol on a nonexistent key returns an undefined value');
750+
ok(!nqp::defined($missing), 'QAST::Block.symbol on a nonexistent key returns an undefined value');
751751
}
752752

753753
{

0 commit comments

Comments
 (0)