Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update a pir:: op in a test to the appropriate nqp:: one.
  • Loading branch information
jnthn committed Aug 7, 2012
1 parent 50bb7ae commit 3f525aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/38-quotes.t
Expand Up @@ -20,4 +20,4 @@ ok( < a > eq 'a', 'spaces around individual element stripped');

ok( +< a b > == 2, 'angle quotes correctly produce list');

ok( pir::does(< >, 'array'), 'empty angle quotes correctly produce list');
ok( nqp::islist(< >), 'empty angle quotes correctly produce list');

0 comments on commit 3f525aa

Please sign in to comment.