Skip to content

Commit 317b81e

Browse files
authored
Merge pull request #191 from JuliaDiff/ox/bigprint
Relax requirements on printing for BigFloat
2 parents 0f6e29a + 063e797 commit 317b81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rand_tangent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct Bar
100100
@test length(string(rand_tangent(1.0))) <= 6
101101
@test length(string(rand_tangent(1.0 + 1.0im))) <= 12
102102
@test length(string(rand_tangent(1f0))) <= 12
103-
@test length(string(rand_tangent(big"1.0"))) <= 12
103+
@test length(string(rand_tangent(big"1.0"))) <= 20
104104
end
105105
end
106106
end

0 commit comments

Comments
 (0)