Removed unused variable
This commit is contained in:
parent
b4a94011ca
commit
705a95323e
@ -678,7 +678,6 @@ class TestMarshal < Test::Unit::TestCase
|
|||||||
|
|
||||||
def test_recursive_userdef
|
def test_recursive_userdef
|
||||||
t = Time.utc(0)
|
t = Time.utc(0)
|
||||||
str = "b".b
|
|
||||||
t.instance_eval {@v = t}
|
t.instance_eval {@v = t}
|
||||||
assert_raise_with_message(RuntimeError, /recursive\b.*\b_dump/) do
|
assert_raise_with_message(RuntimeError, /recursive\b.*\b_dump/) do
|
||||||
Marshal.dump(t)
|
Marshal.dump(t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user