swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: e61b0e6e82043e8f6576c32b9f5e69a08dc991fb authored by Fredrik Ekre on 26 October 2020, 18:12:09 UTC
Revert "allow slurping in lhs of assignment (#37410)"
Tip revision: e61b0e6
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