diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-04 14:21:05 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-04 14:21:05 +0900 |
| commit | 705a95323e7bd85fdade2970976fd7d87a1ccf2e (patch) | |
| tree | 2066825028953e1a9c2bfe6ef46299d773ebc622 /test/ruby | |
| parent | b4a94011ca018c2e7b105534e299033106793158 (diff) | |
Removed unused variable
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_marshal.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_marshal.rb b/test/ruby/test_marshal.rb index e4f6e5e91a..2aa2a38f80 100644 --- a/test/ruby/test_marshal.rb +++ b/test/ruby/test_marshal.rb @@ -678,7 +678,6 @@ class TestMarshal < Test::Unit::TestCase def test_recursive_userdef t = Time.utc(0) - str = "b".b t.instance_eval {@v = t} assert_raise_with_message(RuntimeError, /recursive\b.*\b_dump/) do Marshal.dump(t) |
