Skip to content

Commit 7f69c73

Browse files
committed
Teach autotest about 18 and 19 parsers
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 6726]
1 parent 7791f52 commit 7f69c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.autotest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Autotest.add_hook :initialize do |at|
2727
at.extra_class_map[klass] = "test/test_ruby_parser_extras.rb"
2828
end
2929

30-
%w(TestRubyParser TestParseTree).each do |klass| # HACK
30+
%w(TestRuby18Parser TestRuby19Parser TestParseTree).each do |klass| # HACK
3131
at.extra_class_map[klass] = "test/test_ruby_parser.rb"
3232
end
3333
end

0 commit comments

Comments
 (0)