Skip to content

Commit

Permalink
Add lookup/2 to failing tests in poly_should_pass.erl
Browse files Browse the repository at this point in the history
We don't want that in practice, so debugging this is another item to add to the backlog.
  • Loading branch information
erszcz committed May 31, 2024
1 parent a3feb8a commit 6e7aa07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/known_problems/should_pass/poly_should_pass.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

-gradualizer([solve_constraints]).

-export([find1/0,
-export([lookup/2,
find1/0,
l/0]).

-spec lookup(T1, [{T1, T2}]) -> (none | T2).
Expand Down

0 comments on commit 6e7aa07

Please sign in to comment.