Navigation Menu

Skip to content

Commit

Permalink
Fix too much argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent 5d3cdc7 commit beb9563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/tester.rb
Expand Up @@ -1604,7 +1604,7 @@ def fail_test(worker, result)
report_test_result_mark("F", result)
puts
report_test(worker, result)
report_failure(worker, result)
report_failure(result)
end
end

Expand Down Expand Up @@ -1674,7 +1674,7 @@ def pass_test(worker, result)

def fail_test(worker, result)
report_test_result(result, worker.status)
report_failure(worker, result)
report_failure(result)
end

def no_check_test(worker, result)
Expand Down

0 comments on commit beb9563

Please sign in to comment.