https://github.com/JuliaLang/julia
Raw File
Tip revision: bee141f7fd311c7144ce38769d60ee31fd2c8149 authored by Jarrett Revels on 04 October 2018, 23:47:27 UTC
do not widenconst PartialTuple return types unless it is necessary for cache validity
Tip revision: bee141f
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