Skip to content

Commit

Permalink
Remove redundant "comment"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 16, 2024
1 parent 9b3b948 commit 7bc922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse/test_comment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_after_root
assert_equal(" ok comment ", events[:comment])
end

def test_gt_linear_performance_comment
def test_gt_linear_performance
seq = [10000, 50000, 100000, 150000, 200000]
assert_linear_performance(seq, rehearsal: 10) do |n|
REXML::Document.new('<!-- ' + ">" * n + ' -->')
Expand Down

0 comments on commit 7bc922b

Please sign in to comment.