summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2022-10-19 14:56:22 -0400
committerAaron Patterson <aaron.patterson@gmail.com>2022-10-20 11:59:34 -0700
commit6aed5b0c11eab5f5b51ef9343cae9313f425c50e (patch)
treea7832e698224cf497a2af56ac2594472787c80c7 /test/-ext-
parent0378e2f4a8319440dd65c82b16f189161472d237 (diff)
downloadruby-6aed5b0c11eab5f5b51ef9343cae9313f425c50e.tar.gz
Unmark Internal IV test as pending
Co-Authored-By: Aaron Patterson <tenderlove@ruby-lang.org>
Diffstat (limited to 'test/-ext-')
-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)