Revision 9e947e5ca6276df4e2d00a860eea2d54b782ba9f authored by Jeff Bezanson on 23 February 2017, 05:01:14 UTC, committed by Jeff Bezanson on 23 February 2017, 05:01:14 UTC
1 parent 03939e7
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