Skip to content

Commit

Permalink
[Truffle] Fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 11, 2014
1 parent 256829d commit d203bc2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ public RubyNode visitArgsPushNode(org.jruby.ast.ArgsPushNode node) {
final SourceSection sourceSection = translate(node.getPosition());

return ArrayNodesFactory.PushOneNodeFactory.create(context, sourceSection, new RubyNode[]{
ArrayNodesFactory.DupNodeFactory.create(context, sourceSection, new RubyNode[]{
KernelNodesFactory.DupNodeFactory.create(context, sourceSection, new RubyNode[]{
node.getFirstNode().accept(this)
}),
node.getSecondNode().accept(this)
Expand Down

0 comments on commit d203bc2

Please sign in to comment.