Fix typo in test_gc_compact.rb [ci skip]

This commit is contained in:
Peter Zhu 2025-02-18 18:41:57 -05:00
parent 0597cbcb1d
commit 80a71bfb1c

View File

@ -453,7 +453,7 @@ class TestGCCompact < Test::Unit::TestCase
end;
end
def test_moving_too_compex_generic_ivar
def test_moving_too_complex_generic_ivar
omit "not compiled with SHAPE_DEBUG" unless defined?(RubyVM::Shape)
assert_separately([], <<~RUBY)