swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 0fd5477e83469cb68856455ee43b48986f8de483 authored by Jishnu Bhattacharya on 30 June 2023, 07:44:08 UTC
Add AbstractOneTo that a 1-based axis may subtype
Tip revision: 0fd5477
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