Unmark Internal IV test as pending

Co-Authored-By: Aaron Patterson <tenderlove@ruby-lang.org>
This commit is contained in:
Jemma Issroff 2022-10-19 14:56:22 -04:00 committed by Aaron Patterson
parent 0378e2f4a8
commit 6aed5b0c11
Notes: git 2022-10-20 18:59:53 +00:00
2 changed files with 1 additions and 5 deletions

View file

@ -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)