summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/prism/ruby_parser_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/ruby_parser_test.rb b/test/prism/ruby_parser_test.rb
index 1d22f0e7b8..952e493af9 100644
--- a/test/prism/ruby_parser_test.rb
+++ b/test/prism/ruby_parser_test.rb
@@ -18,7 +18,7 @@ end
Sexp.prepend(
Module.new do
def ==(other)
- super && line == other.line && max_line == other.max_line && file == other.file
+ super && line == other.line && line_max == other.line_max && file == other.file
end
end
)