https://github.com/JuliaLang/julia
Raw File
Tip revision: 9cc8b3d35a200be9ecd6a2dce388d92e16bb1d07 authored by Steven G. Johnson on 10 July 2023, 14:43:39 UTC
fix bootstrap failure
Tip revision: 9cc8b3d
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