Skip to content

Commit 7ca957f

Browse files
committed
Improve JET regression test to <=
1 parent f69e514 commit 7ca957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ using Optim: Optim
1313
mode = :typo
1414
)
1515
@show rep
16-
@test length(JET.get_reports(rep)) == 5
16+
@test length(JET.get_reports(rep)) <= 5
1717
@test_broken length(JET.get_reports(rep)) == 0
1818
end

0 commit comments

Comments
 (0)