summaryrefslogtreecommitdiff
path: root/test/optparse/test_cclass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/optparse/test_cclass.rb')
-rw-r--r--test/optparse/test_cclass.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/optparse/test_cclass.rb b/test/optparse/test_cclass.rb
index ac46f46bb2..0ded61f60e 100644
--- a/test/optparse/test_cclass.rb
+++ b/test/optparse/test_cclass.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
require_relative 'test_optparse'
-class TestOptionParser::CClass < TestOptionParser
+class TestOptionParserCClass < TestOptionParser
def test_no_argument
flags = []
@opt.def_option("-[a-z]") {|x| flags << x}