swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 7790d6f06411be1fd5aec7cb6fffdb38c89c0c2a authored by Kristoffer Carlsson on 13 February 2024, 20:41:13 UTC
release-1.10: set VERSION to 1.10.1 (#53306)
Tip revision: 7790d6f
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