We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee463a commit c1407f9Copy full SHA for c1407f9
1 file changed
test/runtests.jl
@@ -1,7 +1,8 @@
1
using FixedPointDecimals
2
import FixedPointDecimals: FD, value
3
using Compat
4
-using Compat.Test
+VERSION < v"0.7.0-DEV.2047" && import Compat: Test
5
+using Test
6
import Base.Checked: checked_mul
7
8
include("utils.jl")
0 commit comments