summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_wrongarity.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/wellkinded_wrongarity.scala')
-rw-r--r--test/files/neg/wellkinded_wrongarity.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/wellkinded_wrongarity.scala b/test/files/neg/wellkinded_wrongarity.scala
index 2bb0e2ce8a..39c7601d53 100644
--- a/test/files/neg/wellkinded_wrongarity.scala
+++ b/test/files/neg/wellkinded_wrongarity.scala
@@ -2,4 +2,4 @@
class Monad[m[x]]
-object mp extends Monad[Pair]
+object mp extends Monad[Tuple2]