diff --git a/test/simple_test.jl b/test/simple_test.jl index ec291c8..8acc818 100644 --- a/test/simple_test.jl +++ b/test/simple_test.jl @@ -5,4 +5,4 @@ hello() = println(c"Hello world!") hello() # Attempt to compile -compile_executable(hello, (), "C:\\jul\\JulWork\\parajul") +compile_executable(hello, (), pwd())