Skip to content

Commit 8f39873

Browse files
authored
Make a test more robust (#440)
1 parent 4242f41 commit 8f39873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/snoop_inference.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ end
847847
m = @which SnoopBench.spell_unspec(first(Ts))
848848
dunspec = rit[findfirst(pr -> pr.first == m, rit)].second # trunspec, trdtunspec, tiunspec, nunspec
849849
@test dunspec.tinf < dspec.tinf/10
850-
@test dunspec.trun < 10*dspec.trun
850+
@test dunspec.trun <= 10*dspec.trun
851851
@test dunspec.nspec == 1
852852
# Test that no runtime dispatch occurs in mappushes!
853853
dmp = rit[findfirst(pr -> pr.first == mp, rit)].second

0 commit comments

Comments
 (0)