https://github.com/JuliaLang/julia
Raw File
Tip revision: f5f973280e2320f0a033e1465349660268fe4bca authored by Steven G. Johnson on 16 June 2018, 20:42:34 UTC
another &ref test
Tip revision: f5f9732
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