summaryrefslogtreecommitdiff
path: root/test/racc/test_chk_y.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-02 14:10:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-02 15:02:16 +0900
commit92dcee393acc33075b533a2e8f5ea24ee8a5f579 (patch)
tree19af76f31feb5f9bb57b3885eeda039e04396f5a /test/racc/test_chk_y.rb
parenteb043c88881bfa968a289b095518ec196edd47ad (diff)
downloadruby-92dcee393acc33075b533a2e8f5ea24ee8a5f579.tar.gz
Clean up temporary directory for racc
Diffstat (limited to 'test/racc/test_chk_y.rb')
-rw-r--r--test/racc/test_chk_y.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/racc/test_chk_y.rb b/test/racc/test_chk_y.rb
index cabad15725..bb8b6b4fe3 100644
--- a/test/racc/test_chk_y.rb
+++ b/test/racc/test_chk_y.rb
@@ -3,6 +3,7 @@ require File.expand_path(File.join(File.dirname(__FILE__), 'helper'))
module Racc
class TestChkY < TestCase
def setup
+ super
file = File.join(ASSET_DIR, 'chk.y')
@debug_flags = Racc::DebugFlags.parse_option_string('o')
parser = Racc::GrammarFileParser.new(@debug_flags)