Skip to content

Commit 5949bad

Browse files
committed
Fix pretty printing of map difference
1 parent cfd62ce commit 5949bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/test/elixir/module/types/descr_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3112,7 +3112,7 @@ defmodule Module.Types.DescrTest do
31123112
"%{..., Foo.Bar => float()}"
31133113

31143114
assert difference(open_map(), open_map(a: term())) |> to_quoted_string() ==
3115-
"map() and not %{..., a: term()}"
3115+
"%{..., a: not_set()}"
31163116

31173117
assert closed_map(a: integer(), b: atom()) |> to_quoted_string() ==
31183118
"%{a: integer(), b: atom()}"

0 commit comments

Comments
 (0)