From caff951054cba6d20424173769db19c2eb11808a Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Mon, 22 May 2017 12:46:12 -0500 Subject: [PATCH] Cleanups for tagging Ref. tkelman comments in #19 --- REQUIRE | 1 + test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index 1f98122..3c58582 100644 --- a/REQUIRE +++ b/REQUIRE @@ -6,3 +6,4 @@ SimpleTraits Reexport Colors FixedPointNumbers 0.3.0 +Compat 0.17 diff --git a/test/runtests.jl b/test/runtests.jl index b1db67d..bbe340a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -12,7 +12,7 @@ if !isempty(ambs) end @test isempty(ambs) -if VERSION < v"0.6.0-dev" +if VERSION < v"0.6.0-rc2" macro inferred6(arg) arg end