https://github.com/JuliaLang/julia
Raw File
Tip revision: 9125bbb4536e34dedef23e106aeb3b17ab0257c4 authored by Fredrik Ekre on 13 November 2020, 12:07:29 UTC
Remove unnecessary Artifact.toml files for fake-jll packages.
Tip revision: 9125bbb
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