mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/mkmf/test_config.rb (TestMkmf): fix superclass mismatch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2f20defa7a
commit
79ea4d627f
2 changed files with 2 additions and 2 deletions
|
@ -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 TestMkmfBase < Test::Unit::TestCase
|
class TestMkmf < Test::Unit::TestCase
|
||||||
MKMFLOG = proc {File.read("mkmf.log") rescue ""}
|
MKMFLOG = proc {File.read("mkmf.log") rescue ""}
|
||||||
|
|
||||||
class Capture
|
class Capture
|
||||||
|
|
|
@ -2,7 +2,7 @@ require 'test/unit'
|
||||||
require 'mkmf'
|
require 'mkmf'
|
||||||
require_relative '../ruby/envutil'
|
require_relative '../ruby/envutil'
|
||||||
|
|
||||||
class TestMkmf
|
class TestMkmf < Test::Unit::TestCase
|
||||||
class TestConfig < Test::Unit::TestCase
|
class TestConfig < Test::Unit::TestCase
|
||||||
def test_dir_config
|
def test_dir_config
|
||||||
bug8074 = '[Bug #8074]'
|
bug8074 = '[Bug #8074]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue