summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-02-18 18:41:57 -0500
committerPeter Zhu <peter@peterzhu.ca>2025-02-18 18:41:57 -0500
commit80a71bfb1cd58b4129e2b008fd0fccc7fc90a11e (patch)
tree5a0e37eb1a014faf6ba4e3e3f5bf97cfcfc2f3da /test
parent0597cbcb1d895028e954db9711681e987c56729d (diff)
Fix typo in test_gc_compact.rb [ci skip]
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 1 insertions, 1 deletions
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)