https://github.com/JuliaLang/julia
Raw File
Tip revision: 89d8c2f704d8000e626b99a74cc97b61266deb7e authored by Valentin Churavy on 25 August 2023, 03:14:17 UTC
safe WIP
Tip revision: 89d8c2f
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