https://github.com/JuliaLang/julia
Raw File
Tip revision: 6e4dc5eb4c9f5f3e02be54c76bc42dd47af01178 authored by Yichao Yu on 07 September 2020, 22:47:04 UTC
Replace some comparisons with `===` and `!==`
Tip revision: 6e4dc5e
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