mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 06:56:13 +02:00
Unmark Internal IV test as pending
Co-Authored-By: Aaron Patterson <tenderlove@ruby-lang.org>
This commit is contained in:
parent
0378e2f4a8
commit
6aed5b0c11
Notes:
git
2022-10-20 18:59:53 +00:00
2 changed files with 1 additions and 5 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue