* test/mkmf/base.rb: class name conflict.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5f257cf403
commit
2f20defa7a
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 11 19:22:54 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/mkmf/base.rb: class name conflict.
|
||||||
|
|
||||||
Mon Mar 11 18:45:09 2013 NARUSE, Yui <naruse@ruby-lang.org>
|
Mon Mar 11 18:45:09 2013 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* enumerator.c (enumerator_with_index): try to convert given offset to
|
* enumerator.c (enumerator_with_index): try to convert given offset to
|
||||||
|
@ -8,7 +8,7 @@ RbConfig::CONFIG["extout"] = CONFIG["extout"] = $extout
|
|||||||
$INCFLAGS << " -I."
|
$INCFLAGS << " -I."
|
||||||
$extout_prefix = "$(extout)$(target_prefix)/"
|
$extout_prefix = "$(extout)$(target_prefix)/"
|
||||||
|
|
||||||
class TestMkmf < Test::Unit::TestCase
|
class TestMkmfBase < Test::Unit::TestCase
|
||||||
MKMFLOG = proc {File.read("mkmf.log") rescue ""}
|
MKMFLOG = proc {File.read("mkmf.log") rescue ""}
|
||||||
|
|
||||||
class Capture
|
class Capture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user