Skip to content

Commit ca6e7bd

Browse files
authored
remove allocation test that doesn't work on 1.11
1 parent 32ac370 commit ca6e7bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/Unicode/test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ end
284284
@test_throws BoundsError graphemes("äöüx", 2:5)
285285
@test_throws BoundsError graphemes("äöüx", 5:5)
286286
@test_throws ArgumentError graphemes("äöüx", 0:1)
287-
288-
@test @allocated(length(graphemes("äöüx"))) == 0
289287
end
290288

291289
@testset "#3721, #6939 up-to-date character widths" begin

0 commit comments

Comments
 (0)