Skip to content

Commit

Permalink
fix ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Nov 24, 2023
1 parent 05d7bf9 commit 1a73db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Typecheck/PositiveNew.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ignored :: HashSet String
ignored =
HashSet.fromList
[ "Test070: Nested default values and named arguments",
"Test071: Named application",
"Test071: Named application (Ord instance with default cmp)",
-- This test does not pass with the new hole insertion algorithm
"Test046: Polymorphic type arguments"
]

0 comments on commit 1a73db6

Please sign in to comment.