We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf7633 commit f1f2c17Copy full SHA for f1f2c17
1 file changed
test/Reports.jl
@@ -1,7 +1,7 @@
1
2
@testset "Reports" begin
3
@testset "Empty report" begin
4
- r = Report(UInt[], Dict{UInt, Vector{StackFrame}}(), false, NOW)
+ r = Report(UInt64[], Dict{UInt64, Vector{StackFrame}}(), false, NOW)
5
@test r isa Report
6
@test isempty(r.traces_by_point)
7
@test isempty(r.traces_by_function)
0 commit comments