Skip to content

Commit e8207c7

Browse files
committed
add print test (broken)
1 parent 8967b5e commit e8207c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/no_invalidations.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ end
5959
end
6060
end
6161
@testset "new subtype of `AbstractString`" begin
62+
@testset "`print`" begin
63+
@test test_expr((n -> :(function Base.print(::IO, ::$n) end)), AbstractString) broken=true
64+
end
6265
@testset "index-related" begin
6366
fs = (thisind, prevind, nextind)
6467
broken = (thisind, prevind, nextind)

0 commit comments

Comments
 (0)