We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd80438 + c88e7c0 commit 8163a4cCopy full SHA for 8163a4c
test/runtests.jl
@@ -85,7 +85,7 @@ testfiles = isempty(ARGS) ?
85
@test typeof(p) in [Plot,Compose.Context]
86
for (backend_name, backend) in backends
87
@info string(filename,'.',backend_name)
88
- r = draw(backend(filename), p)
+ r = Base.invokelatest(draw, backend(filename), p)
89
@test typeof(r) in [Bool,Nothing]
90
end
91
0 commit comments