Skip to content

Commit

Permalink
Troubleshooting CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Mar 27, 2018
1 parent aa81092 commit 19ed338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevlar/tests/test_alac.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_alac_bigpart():


@pytest.mark.parametrize('cc,numrawcalls', [
('26849', [3, 5, 7]), # Assembly deterministic on OS X, but not on Linux
('26849', [3, 4, 7]), # Assembly deterministic on OS X, but not on Linux
('138713', [14]),
])
def test_alac_inf_mate_dist(cc, numrawcalls):
Expand Down

0 comments on commit 19ed338

Please sign in to comment.