Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions spec/truffle/tags/core/regexp/new_tags.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -501,7 +501,7 @@ public static class RegexpAllocator implements Allocator {

@Override
public RubyBasicObject allocate(RubyContext context, RubyClass rubyClass, Node currentNode) {
return new RubyRegexp(context.getCoreLibrary().getRegexpClass());
return new RubyRegexp(rubyClass);
}

}

0 comments on commit e6d947e

Please sign in to comment.