https://github.com/JuliaLang/julia
Raw File
Tip revision: 23267f0d4686d0566a07fe9cd681d414fc3a915b authored by Kristoffer Carlsson on 16 March 2021, 17:04:56 UTC
release-1.6: set VERSION to 1.6-rc3 (#40060)
Tip revision: 23267f0
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