Skip to content

Commit 3d27c74

Browse files
author
José Valim
committed
Remove outdated debug_info test
1 parent 75d679c commit 3d27c74

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/elixir/test/elixir/string_test.exs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -553,10 +553,4 @@ defmodule StringTest do
553553
assert String.jaro_distance("jon", "john") == 0.9166666666666666
554554
assert String.jaro_distance("jon", "jan") == 0.7777777777777777
555555
end
556-
557-
test "skip debug_info in metadata modules" do
558-
assert String.Unicode.__info__(:compile)[:options] == []
559-
assert String.Graphemes.__info__(:compile)[:options] == []
560-
assert String.Normalizer.__info__(:compile)[:options] == []
561-
end
562556
end

0 commit comments

Comments
 (0)