Skip to content

Commit 8ec62a2

Browse files
committed
suppress inapplicable tests on Julia v1.10
1 parent 3f4842a commit 8ec62a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/rounding.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ end
289289
@test round(Float128(pi), digits = 3, base = 5) 3.144
290290
end
291291

292+
if VERSION >= v"1.11"
292293
@testset "rounding floats with specified return type #50778" begin
293294
@test round(Float128, Float128(1.2)) === q1
294295
end
@@ -306,4 +307,4 @@ end
306307
@test prevfloat(f) < i
307308
end
308309
end
309-
310+
end

0 commit comments

Comments
 (0)