Skip to content

Commit c9dcd2e

Browse files
authored
Add 0.7 compatability (#6)
1 parent 414f0ab commit c9dcd2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
julia 0.6
2+
Compat 0.33

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using SLEEF
2-
using Base.Test
2+
using Compat
3+
using Compat.Test
34

45
using Base.Math.significand_bits
56

0 commit comments

Comments
 (0)