Revision e7e726b3df1991e1306ef0c566d363c0a83b2dea authored by Jeffrey Sarnoff on 02 February 2019, 21:42:27 UTC, committed by Stefan Karpinski on 02 February 2019, 21:42:27 UTC
* add !=(x) <=(x) >=(x) <(x) >(x)
* add tests for curried comparisons
1 parent b595579
Raw File
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