From b9f873c6e4aaad00b1d5161a22d84b70707461ee Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Wed, 7 Aug 2024 11:42:12 +0200 Subject: [PATCH] bugfix --- test/test_for_precompile.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_for_precompile.jl b/test/test_for_precompile.jl index 74a04f71..66b77f7d 100644 --- a/test/test_for_precompile.jl +++ b/test/test_for_precompile.jl @@ -1,5 +1,6 @@ __PRECOMPILE__ = true -let +let + mkdir("../output/", exist_ok=true) include("../examples/autopilot.jl") end