summaryrefslogtreecommitdiff
path: root/test/racc/test_grammar_file_parser.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-14 21:15:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-15 08:52:49 +0900
commitf650ca7568d076f6e7afb32886abfcf85b17275d (patch)
tree62bd97060ebb1db09244f83a9765a09ba6b17f7e /test/racc/test_grammar_file_parser.rb
parent845ab32a2911f9a857e1a91551465d1cb1f70996 (diff)
[ruby/racc] Rename helper to case
Diffstat (limited to 'test/racc/test_grammar_file_parser.rb')
-rw-r--r--test/racc/test_grammar_file_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/racc/test_grammar_file_parser.rb b/test/racc/test_grammar_file_parser.rb
index b187bdcaec..ddfc01794a 100644
--- a/test/racc/test_grammar_file_parser.rb
+++ b/test/racc/test_grammar_file_parser.rb
@@ -1,4 +1,4 @@
-require File.expand_path(File.join(File.dirname(__FILE__), 'helper'))
+require File.expand_path(File.join(File.dirname(__FILE__), 'case'))
module Racc
class TestGrammarFileParser < TestCase