swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 0107bc6f2bf579124dc70b674d6046ebea324821 authored by Fredrik Ekre on 13 March 2020, 23:54:16 UTC
Enable -P flag as a shorthand for --project, fixes #35106.
Tip revision: 0107bc6
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