From 16105088e62e81c4afc84a21ce527fd45036f81f Mon Sep 17 00:00:00 2001 From: Kai Xu Date: Tue, 28 Nov 2023 22:11:30 -0500 Subject: [PATCH] fix: conflict of @main from Base (nightly) --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 382bb871..edc9fa6f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -36,7 +36,7 @@ if GROUP == "All" || GROUP == "AdvancedHMC" @warn "Skipping GPU tests because no GPU available." end - @main function runtests(patterns...; dry::Bool = false) + Comonicon.@main function runtests(patterns...; dry::Bool = false) retest(patterns...; dry = dry, verbose = Inf) end end