summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 06:30:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-05 06:30:34 +0000
commit228d36fb359650d010433ea6db6f7b76e9d8a3a7 (patch)
tree81865472908ce686d41189bc6594baef655de42c /test
parent94cb1c9b4bef8736212e78aae6dbe8304a69e4ae (diff)
test_have_macro.rb: TestHaveMacro
* test/mkmf/test_have_macro.rb (TestMkmf::TestHaveMacro): rename. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/mkmf/test_have_macro.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mkmf/test_have_macro.rb b/test/mkmf/test_have_macro.rb
index d070829295..fac0d07312 100644
--- a/test/mkmf/test_have_macro.rb
+++ b/test/mkmf/test_have_macro.rb
@@ -2,7 +2,7 @@ require_relative 'base'
require 'tempfile'
class TestMkmf
- class TestMacro < TestMkmf
+ class TestHaveMacro < TestMkmf
MACRO_NAME = "RUBY_MKMFTEST_FOOBAR"
def test_have_macro_opt