Skip to content

Commit f2958ba

Browse files
NHDalyomus
andcommitted
Apply suggestions from code review
Co-authored-by: Curtis Vogt <[email protected]>
1 parent 20c66f2 commit f2958ba

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/FixedPointDecimals.jl

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 7 deletions
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)