summaryrefslogtreecommitdiff
path: root/test/ruby/test_marshal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_marshal.rb')
-rw-r--r--test/ruby/test_marshal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_marshal.rb b/test/ruby/test_marshal.rb
index e1dc7675ef..b7f1a0093b 100644
--- a/test/ruby/test_marshal.rb
+++ b/test/ruby/test_marshal.rb
@@ -431,7 +431,7 @@ class TestMarshal < Test::Unit::TestCase
m = Marshal.dump(o)
}
o2 = Marshal.load(m)
- assert_equal(STDIN, o.stdin)
+ assert_equal(STDIN, o2.stdin)
end
def test_marshal_string_encoding