Skip to content

Commit c1407f9

Browse files
committed
Update using Base.Test to Test
1 parent 1ee463a commit c1407f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
using FixedPointDecimals
22
import FixedPointDecimals: FD, value
33
using Compat
4-
using Compat.Test
4+
VERSION < v"0.7.0-DEV.2047" && import Compat: Test
5+
using Test
56
import Base.Checked: checked_mul
67

78
include("utils.jl")

0 commit comments

Comments
 (0)