diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-10 09:43:47 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-10 09:43:47 +0000 |
commit | a5beed9ff467be394afc4957f0c9b12765c81743 (patch) | |
tree | 27115d453f89f9dfb22314edc223646193f6bcb0 /test/-ext-/funcall | |
parent | 09bdb7913c0bf7f2b15d1c7f46b566e35fc5eb82 (diff) | |
download | ruby-a5beed9ff467be394afc4957f0c9b12765c81743.tar.gz |
ext/-test-: reduce feature names
* ext/-test-/**/extconf.rb: bring up extension libraries which
have same name as the parent directory to reduce feature names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/funcall')
-rw-r--r-- | test/-ext-/funcall/test_passing_block.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/funcall/test_passing_block.rb b/test/-ext-/funcall/test_passing_block.rb index fac7eaf953..5112bc0925 100644 --- a/test/-ext-/funcall/test_passing_block.rb +++ b/test/-ext-/funcall/test_passing_block.rb @@ -7,7 +7,7 @@ class TestFuncall < Test::Unit::TestCase yield(*args) if block end end - require '-test-/funcall/funcall' + require '-test-/funcall' def test_with_funcall2 ok = nil |