pull/595/head
David Anthoff 2019-02-25 19:23:21 -08:00
rodzic 90ada02d33
commit dc661f292d
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -4,14 +4,14 @@ if VERSION < v"1" || VERSION >= v"2"
exit(1) exit(1)
end end
try # try
# Test that the package was installed. # # Test that the package was installed.
using IteratorInterfaceExtensions # using IteratorInterfaceExtensions
# Verify that the environment variables are set correctly for julia 1.0+ # # Verify that the environment variables are set correctly for julia 1.0+
@assert "julia" ∈ readdir(Sys.BINDIR) # @assert "julia" ∈ readdir(Sys.BINDIR)
catch # catch
exit(1) # exit(1)
end # end
exit(0) exit(0)