swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 7ef5878677aaaf315653c7f66e92fb17e11c4bc7 authored by Simon Byrne on 26 February 2024, 00:16:34 UTC
use ScopedValues for TestSets
Tip revision: 7ef5878
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