Skip to content

Commit 1df1f91

Browse files
committed
Remove _instantiate from tests
1 parent 2de6d1c commit 1df1f91

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/interface.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ Base.@irrational theodorus 1.73205080756887729353 sqrt(big(3))
5151
i_theodorus() = MA.promote_operation(+, Int, typeof(theodorus))
5252
@test i_theodorus() == Float64
5353
alloc_test(i_theodorus, 0)
54-
# test _instantiate(::Type{S}) where {S<:Irrational} return value
55-
@test MA._instantiate(typeof(π)) == π
56-
@test MA._instantiate(typeof(MathConstants.catalan)) ==
57-
MathConstants.catalan
58-
@test MA._instantiate(typeof(theodorus)) == theodorus
5954
end
6055
end
6156

0 commit comments

Comments
 (0)