Skip to content

Commit

Permalink
fixed tests broken by experimental patches
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest-bisect/dev/": change = 13111]
  • Loading branch information
zenspider committed May 22, 2021
1 parent de9c305 commit b47c18d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/minitest/test_find_minimal_combination.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,8 @@ def self.test_find_minimal_combination_and_count max, nsteps, *bad
test_find_minimal_combination_and_count 1024, 12, 1, 2
test_find_minimal_combination_and_count 1024, 23, 1, 1023
test_find_minimal_combination_and_count 1024, 24, 1, 1024
test_find_minimal_combination_and_count 1023, 30, 1, 1023
test_find_minimal_combination_and_count 1023, 26, 1, 1023

# ouch
test_find_minimal_combination_and_count 1024, 93, 1001, 1003, 1005, 1007
# OUCH:
test_find_minimal_combination_and_count 1023, 1336, 1001, 1003, 1005, 1007
test_find_minimal_combination_and_count 1024, 93, 1001, 1003, 1005, 1007
test_find_minimal_combination_and_count 1023, 93, 1001, 1003, 1005, 1007
end
# HIT!

0 comments on commit b47c18d

Please sign in to comment.