https://github.com/JuliaLang/julia
Raw File
Tip revision: 2361d2e8e079b1292bab0649af3b03f1e980f3e4 authored by Cody Tapscott on 15 May 2024, 15:17:11 UTC
Increase `max_args` for `print` and `println`
Tip revision: 2361d2e
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