Removed unused variable

This commit is contained in:
Hiroshi SHIBATA 2025-04-04 14:21:05 +09:00
parent b4a94011ca
commit 705a95323e
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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)