https://github.com/JuliaLang/julia
Raw File
Tip revision: e0f50120b6547241ca1e05f918e1dc551aab2ccd authored by Kristoffer Carlsson on 29 July 2018, 19:58:41 UTC
Revert "The return of the "Generate precompilation as part of build process" (#28319)"
Tip revision: e0f5012
test_exec.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Test
# Check that the fallback test set throws immediately
@test 1 == 2
back to top