mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/test_generator.rb: removed as well. [ruby-dev:34306]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8d321f00e1
commit
df033c0632
2 changed files with 2 additions and 4 deletions
|
@ -25,6 +25,8 @@ Thu Apr 10 15:03:47 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|||
|
||||
* lib/generator.rb: removed obsolete library. [ruby-core:16233]
|
||||
|
||||
* test/test_generator.rb: removed as well. [ruby-dev:34306]
|
||||
|
||||
* lib/pstore.rb: replaced by Hongli Lai's faster version.
|
||||
|
||||
Thu Apr 10 10:27:24 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
require 'pathname'
|
||||
require Pathname.new(__FILE__).dirname.join('inlinetest.rb')
|
||||
target = __FILE__[/test_(.*\.rb)$/, 1]
|
||||
InlineTest.loadtest__END__part(target)
|
Loading…
Reference in a new issue