mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
Remove the old disabled assertions for 1.8/1.9
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
84934e4f24
commit
2881a6d412
2 changed files with 0 additions and 36 deletions
|
@ -117,7 +117,6 @@ class TestBasicInstructions < Test::Unit::TestCase
|
|||
assert_equal({1=>2}, {1=>2})
|
||||
assert_equal({1=>2, 3=>4}, {1=>2, 3=>4})
|
||||
assert_equal({1=>2, 3=>4}, {3=>4, 1=>2})
|
||||
# assert_equal({1=>2, 3=>4}, {1,2, 3,4}) # 1.9 doesn't support
|
||||
assert_equal({"key"=>"val"}, {"key"=>"val"})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue