summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_class.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_class.rb b/test/ruby/test_class.rb
index 8f12e06685..cc2e1ab232 100644
--- a/test/ruby/test_class.rb
+++ b/test/ruby/test_class.rb
@@ -919,7 +919,7 @@ CODE
end
def test_safe_multi_ractor_subclasses_list_mutation
- assert_ractor "#{<<~"begin;"}\n#{<<~'end;'}"
+ assert_ractor "#{<<~"begin;"}\n#{<<~'end;'}", signal: :SEGV
begin;
4.times.map do
Ractor.new do