Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ruby/truffle/truffle/thread.rb
Original file line number Diff line number Diff line change
@@ -119,6 +119,11 @@ def broadcast
end
self
end

# Truffle: define marshal_dump as MRI tests expect it
def marshal_dump
raise TypeError, "can't dump #{self.class}"
end
end

# Truffle: Queue and SizedQueue are defined in Java

0 comments on commit 8fbb98c

Please sign in to comment.