swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: cc5fcb267b20561ae6f373c0c303f7c3ad34e733 authored by Viral B. Shah on 18 January 2024, 19:13:07 UTC
Bump SparseArrays to the merged version upstream.
Tip revision: cc5fcb2
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