We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d679c commit 3d27c74Copy full SHA for 3d27c74
lib/elixir/test/elixir/string_test.exs
@@ -553,10 +553,4 @@ defmodule StringTest do
553
assert String.jaro_distance("jon", "john") == 0.9166666666666666
554
assert String.jaro_distance("jon", "jan") == 0.7777777777777777
555
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
562
0 commit comments