summaryrefslogtreecommitdiff
path: root/test/-ext-/marshal/test_internal_ivar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/marshal/test_internal_ivar.rb')
-rw-r--r--test/-ext-/marshal/test_internal_ivar.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/-ext-/marshal/test_internal_ivar.rb b/test/-ext-/marshal/test_internal_ivar.rb
index 9359c7f113..a32138f6e8 100644
--- a/test/-ext-/marshal/test_internal_ivar.rb
+++ b/test/-ext-/marshal/test_internal_ivar.rb
@@ -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)