swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 63ac63e4457267f77cf26d5945cc893c2a152c2c authored by Alex Arslan on 21 August 2021, 17:26:14 UTC
WIP: Use LLVM libunwind on FreeBSD
Tip revision: 63ac63e
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