* bin/testrb: Removed. Forgot to remove in r45971.

[Feature #9711] [ruby-core:62620]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sorah 2014-05-19 05:07:15 +00:00
parent 9ebf8496c0
commit 442879eb57
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Mon May 19 14:06:18 2014 Shota Fukumori <her@sorah.jp>
* bin/testrb: Removed. Forgot to remove in r45971.
[Feature #9711] [ruby-core:62620]
Sun May 18 16:42:08 2014 Tanaka Akira <akr@fsij.org>
* test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr to

View File

@ -1,3 +0,0 @@
#!/usr/bin/env ruby
require 'test/unit'
exit Test::Unit::AutoRunner.run(true)