mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
parent
e4db0443bc
commit
df76f2c577
Notes:
git
2019-12-05 11:02:54 +09:00
Merged-By: XrXr
3 changed files with 6 additions and 2 deletions
|
@ -113,7 +113,7 @@ module TestParallel
|
|||
|
||||
result = Marshal.load($1.chomp.unpack("m")[0])
|
||||
assert_equal(5, result[0])
|
||||
assert_equal(12, result[1])
|
||||
assert_equal(17, result[1])
|
||||
assert_kind_of(Array,result[2])
|
||||
assert_kind_of(Array,result[3])
|
||||
assert_kind_of(Array,result[4])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue