You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# foo.jl@testsetup FooSetup # <-- should be `@testsetup module FooSetup`
x =1end
julia>using ReTestItems
julia>include("foo.jl")
ERROR: LoadError: type Symbol has no field head
Stacktrace:
[1] getproperty(x::Symbol, f::Symbol)
@ Base ./Base.jl:38
[2] var"@testsetup"(__source__::LineNumberNode, __module__::Module, mod::Any)
@ ReTestItems ~/repos/ReTestItems.jl/src/macros.jl:51
[3] include(fname::String)
@ Base.MainInclude ./client.jl:476
[4] top-level scope
@ REPL[9]:1
in expression starting at /Users/nickr/repos/ReTestItems.jl/foo.jl:1
The text was updated successfully, but these errors were encountered:
this typo lead to an unhelpful error message:
The text was updated successfully, but these errors were encountered: