Revision 532b3f810290842c9be07a0a4800438dab534cd7 authored by Dilum Aluthge on 25 October 2021, 08:49:13 UTC, committed by Kristoffer on 28 October 2021, 16:01:21 UTC
(cherry picked from commit 0682132e3e6668eace10cf984eaf0168fd413988)
1 parent 4bf1a0c
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