Skip to content

Commit efee91b

Browse files
committed
Disable fldmod-by-const tests on older julia
1 parent dfd41b1 commit efee91b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ include(joinpath(pkg_path, "test", "utils.jl"))
1212
include("FixedDecimal.jl")
1313
end
1414

15+
16+
if isdefined(Base, Symbol("@assume_effects"))
1517
@testset "FixedPointDecimals" begin
1618
include("fldmod-by-const_tests.jl")
1719
end
20+
end
1821

0 commit comments

Comments
 (0)