Skip to content

Commit 66a37f9

Browse files
committed
disable type showing tests
1 parent 34f152d commit 66a37f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/tangent.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ using Test
1616

1717
@testset "Display" begin
1818
@test repr(ZeroBundle{1}(2.0)) == "ZeroBundle{1}(2.0)"
19+
#=
20+
Overloading of Type printing is disabled for now
1921
@test repr(DNEBundle{1}(getfield)) == "DNEBundle{1}(getfield)"
2022
2123
@test repr(ZeroBundle{1}) == "ZeroBundle{1}"
@@ -24,6 +26,7 @@ using Test
2426
@test repr((ZeroBundle{N, Float64} where N).body) == "ZeroBundle{N, Float64}"
2527
2628
@test repr(typeof(DNEBundle{1}(getfield))) == "DNEBundle{1, typeof(getfield)}"
29+
=#
2730
end
2831
end
2932

0 commit comments

Comments
 (0)