Skip to content

Commit

Permalink
version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Apr 10, 2019
1 parent 719fa52 commit 673fa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# NOTE: these tests work perfectly well on Julia 1.x but for some mysterious reason they
# do not pass on Julia 1.0 Travis. Given that I can't be bothered to figure out why, I just
# add a version check here.
if VERSION >= 1.1
if VERSION >= v"1.1"
sleep(0.1)
# after the first pass, `makejl` should have been called once (first pass)
@test parse(Int, read("counterfile", String)) == 1
Expand Down

0 comments on commit 673fa64

Please sign in to comment.