зеркало из https://github.com/github/ruby.git
fix assertion message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
10226f6505
Коммит
d255503f3b
|
@ -584,10 +584,10 @@ class TestIntegerComb < Test::Unit::TestCase
|
||||||
VS.reverse_each {|a|
|
VS.reverse_each {|a|
|
||||||
s = [a].pack(template)
|
s = [a].pack(template)
|
||||||
b = s.unpack(template)[0]
|
b = s.unpack(template)[0]
|
||||||
assert_equal(a & mask, b & mask, "[#{a}].pack(#{template.dump}).unpack(#{template.dump}) & #{mask}")
|
|
||||||
if min <= a && a <= max
|
if min <= a && a <= max
|
||||||
assert_equal(a, b, "[#{a}].pack(#{template.dump}).unpack(#{template.dump})")
|
assert_equal(a, b, "[#{a}].pack(#{template.dump}).unpack(#{template.dump})[0]")
|
||||||
end
|
end
|
||||||
|
assert_equal(a & mask, b & mask, "[#{a}].pack(#{template.dump}).unpack(#{template.dump})[0] & #{mask}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче