Skip to content

Commit 0c0279c

Browse files
author
Mark Kittisopikul
committed
Do not initialize using @async on Windows
1 parent dfc4aea commit 0c0279c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515

1616
@testset "initialization" begin
17-
if JavaCall.JULIA_COPY_STACKS || Sys.iswindows()
17+
if JavaCall.JULIA_COPY_STACKS
1818
@testasync JavaCall.init(["-Djava.class.path=$(@__DIR__)"])==nothing
1919
else
2020
@test JavaCall.init(["-Djava.class.path=$(@__DIR__)"])==nothing

0 commit comments

Comments
 (0)