Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ those test in their own module.
Should only be created via the `@testitem` macro.
"""
struct TestItem
number::Base.RefValue{Int64} # populated by runtests coordinator once all test items are known
number::Base.RefValue{Int} # populated by runtests coordinator once all test items are known
name::String
id::String # in case file/name isn't a sufficiently stable identifier for reporting purposes
tags::Vector{Symbol}
Expand Down
Loading