We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea8695 commit 76ab035Copy full SHA for 76ab035
1 file changed
test/utilities.jl
@@ -10,7 +10,7 @@ include("dummy.jl")
10
# v1.12.5 off by 8
11
_big_int_alloc() = @allocated(BigInt(1))
12
13
-function alloc_test(f::F, expected_upper_bound::Int) where {F<:Function}
+function alloc_test(f::F, expected_upper_bound::Integer) where {F<:Function}
14
f() # compile
15
measured_allocations = @allocated f()
16
@test measured_allocations <= expected_upper_bound
0 commit comments