aboutsummaryrefslogtreecommitdiffstats
path: root/test/racc/test_scan_y.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc/test_scan_y.rb')
-rw-r--r--test/racc/test_scan_y.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/racc/test_scan_y.rb b/test/racc/test_scan_y.rb
index b5f9593654..4c60119119 100644
--- a/test/racc/test_scan_y.rb
+++ b/test/racc/test_scan_y.rb
@@ -3,6 +3,7 @@ require File.expand_path(File.join(File.dirname(__FILE__), 'helper'))
module Racc
class TestScanY < TestCase
def setup
+ super
file = File.join(ASSET_DIR, 'scan.y')
@debug_flags = Racc::DebugFlags.parse_option_string('o')
parser = Racc::GrammarFileParser.new(@debug_flags)