https://github.com/JuliaLang/julia
Raw File
Tip revision: 46ce4d79337bdd257ee2e3d2f4bb1c55ff0a5030 authored by Kristoffer Carlsson on 26 November 2019, 06:09:27 UTC
Update VERSION for 1.3.0 (#33943)
Tip revision: 46ce4d7
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