Skip to content

Commit f1f2c17

Browse files
committed
Correct integer type on 32-bit platforms
1 parent eaf7633 commit f1f2c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Reports.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
@testset "Reports" begin
33
@testset "Empty report" begin
4-
r = Report(UInt[], Dict{UInt, Vector{StackFrame}}(), false, NOW)
4+
r = Report(UInt64[], Dict{UInt64, Vector{StackFrame}}(), false, NOW)
55
@test r isa Report
66
@test isempty(r.traces_by_point)
77
@test isempty(r.traces_by_function)

0 commit comments

Comments
 (0)