summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_wrongarity.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/wellkinded_wrongarity.check')
-rw-r--r--test/files/neg/wellkinded_wrongarity.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/wellkinded_wrongarity.check b/test/files/neg/wellkinded_wrongarity.check
index 548b5e40bb..1dc38db5c1 100644
--- a/test/files/neg/wellkinded_wrongarity.check
+++ b/test/files/neg/wellkinded_wrongarity.check
@@ -1,4 +1,4 @@
-wellkinded_wrongarity.scala:5: error: type Pair takes two type parameters, expected: one
+wellkinded_wrongarity.scala:5: error: Pair takes two type parameters, expected: one
object mp extends Monad[Pair]
^
one error found