https://github.com/JuliaLang/julia
Raw File
Tip revision: 4b8985fe3455b24029162be2a236c11926f82278 authored by Nathan Daly on 29 July 2023, 19:26:40 UTC
Fix typo
Tip revision: 4b8985f
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