diff options
-rw-r--r-- | test/-ext-/marshal/test_internal_ivar.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ module Bug end module Bug::Marshal class TestInternalIVar < Test::Unit::TestCase def test_marshal - pend "We don't support IVs with ID of 0" v = InternalIVar.new("hello", "world", "bye") assert_equal("hello", v.normal) assert_equal("world", v.internal) |