Revision 015874c61815a72531c66709867630c9fa2b1526 authored by Sosuke on 12 October 2022, 10:04:19 UTC, committed by GitHub on 12 October 2022, 10:04:19 UTC
1 parent a7d446b
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