Revision 2f78e6a192bef2552f715f11f7f11ffa01b434ac authored by Fredrik Ekre on 04 July 2019, 10:55:40 UTC, committed by Fredrik Ekre on 04 July 2019, 10:55:40 UTC
1 parent 3d41f27
Raw File
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