summaryrefslogtreecommitdiff
path: root/test/mkmf/base.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-11 12:12:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-11 12:12:15 +0000
commit79ea4d627ffc38c9754123c7535dc264dfc8e74e (patch)
treed50e06ed6362db6d9e3a003f39ac4416fd7b4b3f /test/mkmf/base.rb
parent2f20defa7abaa77f92e0a7c1a6dad789c9963391 (diff)
* 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
Diffstat (limited to 'test/mkmf/base.rb')
-rw-r--r--test/mkmf/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mkmf/base.rb b/test/mkmf/base.rb
index e1ae634537..f4f00ed534 100644
--- a/test/mkmf/base.rb
+++ b/test/mkmf/base.rb
@@ -8,7 +8,7 @@ RbConfig::CONFIG["extout"] = CONFIG["extout"] = $extout
$INCFLAGS << " -I."
$extout_prefix = "$(extout)$(target_prefix)/"
-class TestMkmfBase < Test::Unit::TestCase
+class TestMkmf < Test::Unit::TestCase
MKMFLOG = proc {File.read("mkmf.log") rescue ""}
class Capture