Skip to content

Commit

Permalink
LocalBearTestHelper: Remove check_order
Browse files Browse the repository at this point in the history
Remove `check_order` argument from `check_line_result_count(...)`
because the order doesn't matter while comparing length of the
results.

Closes #4451
  • Loading branch information
yash-nisar committed Jul 10, 2017
1 parent fc5b5ba commit 0aa0777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coalib/testing/LocalBearTestHelper.py
Expand Up @@ -213,7 +213,6 @@ def check_line_result_count(self,
lines,
results_num,
filename=None,
check_order=False,
force_linebreaks=True,
create_tempfile=True,
tempfile_kwargs={},
Expand Down

0 comments on commit 0aa0777

Please sign in to comment.