Revision 5b6fbb0d898a99c62b9df9285f977f2bae3383dc authored by David Varela on 01 August 2018, 08:15:32 UTC, committed by Kristoffer Carlsson on 04 August 2018, 09:53:38 UTC
* Refactor: APIOptions should be a dictionary

* Fix `do_activate!` interface

* Update tests: APIOptions is a dictionary

* Allow more flexibility for REPL `do_<>` functions
1 parent e9e320b
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