Skip to content

Commit 5a30344

Browse files
committed
Update using Base.Test to Compat.Test
1 parent 8b5cdac commit 5a30344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using FixedPointDecimals
22
import FixedPointDecimals: FD, value
3-
using Base.Test
43
using Compat
4+
using Compat.Test
55
import Base.Checked: checked_mul
66

77
include("utils.jl")

0 commit comments

Comments
 (0)