Skip to content

Commit 76ab035

Browse files
committed
Update
1 parent 3ea8695 commit 76ab035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include("dummy.jl")
1010
# v1.12.5 off by 8
1111
_big_int_alloc() = @allocated(BigInt(1))
1212

13-
function alloc_test(f::F, expected_upper_bound::Int) where {F<:Function}
13+
function alloc_test(f::F, expected_upper_bound::Integer) where {F<:Function}
1414
f() # compile
1515
measured_allocations = @allocated f()
1616
@test measured_allocations <= expected_upper_bound

0 commit comments

Comments
 (0)