https://github.com/JuliaLang/julia
Raw File
Tip revision: d55cadc350d426a95fd967121ba77494d08364c8 authored by Alex Arslan on 28 May 2018, 20:20:40 UTC
Set VERSION to 0.6.3 release (#27283)
Tip revision: d55cadc
test_exec.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Base.Test
# Check that the fallback test set throws immediately
@test 1 == 2
back to top