Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] Fix merge.
  • Loading branch information
chrisseaton committed Feb 20, 2015
1 parent 77b7eb7 commit 75ab133
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ protected RubyConstant lookupForExistingModule(RubyModule lexicalParent) {

requireNode.require((RubyString) constant.getValue());

return lookupForExistingModule(frame, lexicalParent);
return lookupForExistingModule(lexicalParent);
}

return constant;
Expand Down

0 comments on commit 75ab133

Please sign in to comment.