mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
94cb1c9b4b
commit
228d36fb35
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require_relative 'base'
|
||||||
require 'tempfile'
|
require 'tempfile'
|
||||||
|
|
||||||
class TestMkmf
|
class TestMkmf
|
||||||
class TestMacro < TestMkmf
|
class TestHaveMacro < TestMkmf
|
||||||
MACRO_NAME = "RUBY_MKMFTEST_FOOBAR"
|
MACRO_NAME = "RUBY_MKMFTEST_FOOBAR"
|
||||||
|
|
||||||
def test_have_macro_opt
|
def test_have_macro_opt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue