diff --git a/REQUIRE b/REQUIRE index 23848d5..62a7399 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,2 @@ julia 0.5 -Compat 0.18 +Compat 0.7.13 diff --git a/test/runtests.jl b/test/runtests.jl index 9bf781f..effd545 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -190,7 +190,7 @@ function test_string(x1) "\n\nstringify: ", x2)) end -_space = VERSION < v"0.6.0-dev" ? "" : " " +_space = VERSION < v"0.6.0-dev.2505" ? "" : " " test_string("""Glob.GlobMatch(Any["base",$(_space)r"h\.+"])""") test_string("""glob"base/*/a/[b]\"""") test_string("""fn"base/*/a/[b]\"ipedx""")