summaryrefslogtreecommitdiff
path: root/test/optparse/test_autoconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/optparse/test_autoconf.rb')
-rw-r--r--test/optparse/test_autoconf.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/optparse/test_autoconf.rb b/test/optparse/test_autoconf.rb
index 45f2ba09b2..ec87744633 100644
--- a/test/optparse/test_autoconf.rb
+++ b/test/optparse/test_autoconf.rb
@@ -2,9 +2,7 @@
require 'test/unit'
require 'optparse/ac'
-class TestOptionParser < Test::Unit::TestCase; end
-
-class TestOptionParser::AutoConf < Test::Unit::TestCase
+class TestOptionParserAutoConf < Test::Unit::TestCase
def setup
@opt = OptionParser::AC.new
@foo = @bar = self.class