summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-11 10:23:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-11 10:23:12 +0000
commit2f20defa7abaa77f92e0a7c1a6dad789c9963391 (patch)
tree5c88b90336147bd97c1d7c6933089fde9320a472 /test
parent5f257cf403a0316ee005b5cc476b04dbf9ca86ec (diff)
* test/mkmf/base.rb: class name conflict.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-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 f4f00ed534..e1ae634537 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 TestMkmf < Test::Unit::TestCase
+class TestMkmfBase < Test::Unit::TestCase
MKMFLOG = proc {File.read("mkmf.log") rescue ""}
class Capture