From deca849bc3364d5b28703416af3fa0faff5018ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 29 Dec 2024 19:55:38 +0100 Subject: [PATCH] Remove duplication in comprehensions integration tests --- lib/elixir/test/elixir/module/types/integration_test.exs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/elixir/test/elixir/module/types/integration_test.exs b/lib/elixir/test/elixir/module/types/integration_test.exs index 70e18a8103..0e89c5630e 100644 --- a/lib/elixir/test/elixir/module/types/integration_test.exs +++ b/lib/elixir/test/elixir/module/types/integration_test.exs @@ -472,15 +472,6 @@ defmodule Module.Types.IntegrationTest do into: Date.utc_today() it has type: - - -dynamic(%Date{year: term(), month: term(), day: term(), calendar: term()})- - - but expected a type that implements the Collectable protocol, it must be one of: - - %File.Stream{} or %HashDict{} or %HashSet{} or %IO.Stream{} or %MapSet{} or binary() or - list(term()) or non_struct_map() - - hint: the :into option in for-comprehensions use the Collectable protocol to build its result. Either pass a valid data type or implement the protocol accordingly """, """ warning: incompatible value given to :into option in for-comprehension: