diff --git a/tests/julia/julia_version-1.1/verify b/tests/julia/julia_version-1.1/verify index c4e905e1..d7416524 100755 --- a/tests/julia/julia_version-1.1/verify +++ b/tests/julia/julia_version-1.1/verify @@ -4,7 +4,8 @@ if VERSION < v"1" || VERSION >= v"2" exit(1) end -using Pkg; pkg"activate" +using Pkg +pkg"activate" try # Test that the package was installed.