Revision d384a366d443b441ebccd79686cc47c7e67f64e8 authored by Gabriel Baraldi on 19 January 2024, 13:39:33 UTC, committed by GitHub on 19 January 2024, 13:39:33 UTC
1 parent 48ef5e9
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