https://github.com/JuliaLang/julia
Raw File
Tip revision: ad51e2bc3a0df41eaaab03d2106be2b8ee8eb9ab authored by Kristoffer on 26 May 2023, 18:08:35 UTC
add profiling timings for LLVM passes
Tip revision: ad51e2b
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