https://github.com/JuliaLang/julia
Raw File
Tip revision: 8e34ee9768d07b5e1122555ba408933a8ba68aaa authored by Kristoffer Carlsson on 25 May 2018, 15:06:41 UTC
code loading errors wip
Tip revision: 8e34ee9
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