Skip to content

Commit 2744928

Browse files
committed
Remove Base.annotatedstring_optimize! from tests
1 parent 5ffd180 commit 2744928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ end
421421
showerror(aio, err)
422422
end
423423
errstr = read(seekstart(aio), AnnotatedString)
424-
Base.annotatedstring_optimize!(errstr) # Remove when julialang/julia/#53801 is merged.
425424
sort!(annotations(errstr), by=first) # Remove when julialang/julia/#53800 is merged.
426425
@test errstr ==
427426
styled"MalformedStylingMacro\n\

0 commit comments

Comments
 (0)