swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: cd0cc7509f1153bfe75cce1959b0b3af85857814 authored by Valentin Churavy on 07 May 2020, 17:28:30 UTC
[LLVM] replace getCalledValue with getCalledOperand
Tip revision: cd0cc75
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