swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: b7498550cbabafab972bfcae3c662107d1f974de authored by K Pamnany on 29 November 2023, 21:07:14 UTC
Improve `ReentrantLock`
Tip revision: b749855
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