diff options
Diffstat (limited to 'test/ruby/test_shapes.rb')
-rw-r--r-- | test/ruby/test_shapes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_shapes.rb b/test/ruby/test_shapes.rb index 40a43b9702..b2cd79ab12 100644 --- a/test/ruby/test_shapes.rb +++ b/test/ruby/test_shapes.rb @@ -266,7 +266,7 @@ class TestShapes < Test::Unit::TestCase def test_remove_then_add_again example = RemoveAndAdd.new - initial_shape = RubyVM::Shape.of(example) + _initial_shape = RubyVM::Shape.of(example) example.add_foo # makes a transition add_foo_shape = RubyVM::Shape.of(example) |