Revision 36f90ba778d7766b4242fd10ebd33f85a1b9162d authored by Jeff Bezanson on 07 April 2017, 22:18:46 UTC, committed by GitHub on 07 April 2017, 22:18:46 UTC
fix #21311, inlining `_apply` reordering evaluations
2 parent s 12f6747 + a27ce01
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