https://github.com/JuliaLang/julia
Raw File
Tip revision: 21ede626a886d5a962a2dadd0ac897dde7ed02b0 authored by Gabriel Baraldi on 19 December 2023, 13:09:56 UTC
Messing around
Tip revision: 21ede62
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