swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: c8d2123834098fc74edfe74a2a30bf9f948b8bc1 authored by Kristoffer Carlsson on 23 February 2018, 18:11:56 UTC
fix init in REPL
Tip revision: c8d2123
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