1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/racc] Rename helper to case

This commit is contained in:
Hiroshi SHIBATA 2021-09-14 21:15:33 +09:00
parent 845ab32a29
commit f650ca7568
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
7 changed files with 6 additions and 6 deletions

View file

@ -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