Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix nqp::copy to use File instead of OS from Parrot
  • Loading branch information
japhb committed Apr 12, 2013
1 parent b208fc2 commit a9ef906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QAST/Operations.nqp
Expand Up @@ -1671,7 +1671,7 @@ QAST::Operations.add_core_op('copy', -> $qastcomp, $op {
:op('callmethod'),
:name('copy'),
QAST::VM.new( :pirop('new__Ps'),
QAST::SVal.new( :value('OS') ) ),
QAST::SVal.new( :value('File') ) ),
$op[0],
$op[1]) );
});
Expand Down

0 comments on commit a9ef906

Please sign in to comment.