https://github.com/JuliaLang/julia
Raw File
Tip revision: 9f7086cd8e53643b2831030873b6daa1d8818f0b authored by Prem Chintalapudi on 09 November 2022, 17:30:57 UTC
Fix more bugs
Tip revision: 9f7086c
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