swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 00f6ed513293948dcb538032254dde3c41141063 authored by Valentin Churavy on 18 October 2023, 15:52:48 UTC
fixup! add julia.safepoint to vectorizable functions
Tip revision: 00f6ed5
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