Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
  • Loading branch information
NHDaly and omus committed Jun 13, 2024
1 parent 20c66f2 commit f2958ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/FixedPointDecimals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export checked_abs, checked_add, checked_cld, checked_div, checked_fld,

using Base: decompose, BitInteger

using BitIntegers: BitIntegers, UInt256, Int256
using BitIntegers: BitIntegers, Int256, Int512, UInt256, UInt512
import Parsers

# The effects system in newer versions of Julia is necessary for the fldmod_by_const
Expand Down
8 changes: 1 addition & 7 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ include(joinpath(pkg_path, "test", "utils.jl"))

@testset "FixedPointDecimals" begin
include("FixedDecimal.jl")
end


if isdefined(Base, Symbol("@assume_effects"))
@testset "FixedPointDecimals" begin
include("fldmod-by-const_tests.jl")
end
isdefined(Base, Symbol("@assume_effects")) && include("fldmod-by-const_tests.jl")
end

0 comments on commit f2958ba

Please sign in to comment.