Revision 3e489a5ed13519fd8a99ac1c31af5ab82ad2ef9e authored by Jeff Bezanson on 29 March 2017, 00:07:13 UTC, committed by Jeff Bezanson on 29 March 2017, 00:07:13 UTC
1 parent 78afb6a
Raw File
test_exec.jl
# This file is a part of Julia. License is MIT: http://julialang.org/license

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