1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* bootstraptest/test_knownbug.rb: move solved tests.

* bootstraptest/test_io.rb, test_marshal.rb, test_objectspace.rb:
  ditto.
* test/ruby/test_integer.rb, test_regexp.rb: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-11-23 08:33:32 +00:00
parent e265a55740
commit 1e4278c98d
7 changed files with 55 additions and 46 deletions

View file

@ -241,6 +241,8 @@ class TestInteger < Test::Unit::TestCase
end
}
}
assert_equal(0**-1 == 0, false)
end
def test_not