From 80a71bfb1cd58b4129e2b008fd0fccc7fc90a11e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 18 Feb 2025 18:41:57 -0500 Subject: [PATCH] Fix typo in test_gc_compact.rb [ci skip] --- test/ruby/test_gc_compact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index 2a72ecfc5f..3eaa93dfae 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -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)