From 5fefb532493bc0e80db78322d5fe0eb49b940e31 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Sun, 1 Nov 2020 10:20:26 +0900 Subject: Copy for Ractor.send() without marshal. Now copying objects do not need marshal protocol. --- bootstraptest/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index 65ea334bbb..527059d97b 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -407,7 +407,7 @@ assert_equal 'false', %q{ } # To copy the object, now Marshal#dump is used -assert_equal 'no _dump_data is defined for class Thread', %q{ +assert_equal "allocator undefined for Thread", %q{ obj = Thread.new{} begin r = Ractor.new obj do |msg| -- cgit v1.2.3