Skip to content

Commit 14d83a6

Browse files
committed
Adjust test bound
1 parent 812884d commit 14d83a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ end
485485
obj = S2(3, UInt32(5))
486486
@test 0 == hot_loop_allocs(constructorof, typeof(obj))
487487
if VERSION v"1.3"
488-
@test 32 == hot_loop_allocs(setproperties, obj, (; a = nothing, b = Int32(6)))
488+
@test 32 hot_loop_allocs(setproperties, obj, (; a = nothing, b = Int32(6)))
489489
else
490490
@test 0 == hot_loop_allocs(setproperties, obj, (; a = nothing, b = Int32(6)))
491491
end

0 commit comments

Comments
 (0)