diff --git a/REQUIRE b/REQUIRE index 137767a..d3506f8 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1,2 @@ julia 0.6 +Compat 0.33 diff --git a/test/runtests.jl b/test/runtests.jl index 456b2de..4def00e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,6 @@ using SLEEF -using Base.Test +using Compat +using Compat.Test using Base.Math.significand_bits