Skip to content

Commit 82eb32d

Browse files
NHDalyomus
andauthored
Apply suggestions from code review
Co-authored-by: Curtis Vogt <[email protected]>
1 parent c7a151a commit 82eb32d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/FixedPointDecimals.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export checked_abs, checked_add, checked_cld, checked_div, checked_fld,
3636

3737
using Base: decompose, BitInteger
3838

39-
using BitIntegers: BitIntegers, UInt256, Int256
39+
using BitIntegers: BitIntegers, Int256, Int512, UInt256, UInt512
4040
import Parsers
4141

4242
# The effects system in newer versions of Julia is necessary for the fldmod_by_const

test/runtests.jl

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ include(joinpath(pkg_path, "test", "utils.jl"))
1010

1111
@testset "FixedPointDecimals" begin
1212
include("FixedDecimal.jl")
13-
end
14-
15-
16-
if isdefined(Base, Symbol("@assume_effects"))
17-
@testset "FixedPointDecimals" begin
18-
include("fldmod-by-const_tests.jl")
19-
end
13+
isdefined(Base, Symbol("@assume_effects")) && include("fldmod-by-const_tests.jl")
2014
end
2115

0 commit comments

Comments
 (0)