swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: d5aa598b833a17b6cfcf3f5d1ae31f94ed4b31d0 authored by KristofferC on 30 September 2022, 13:54:57 UTC
change Pkg to weak deps supported version
Tip revision: d5aa598
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