summaryrefslogtreecommitdiff
path: root/test/files/neg/t5067.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5067.check')
-rw-r--r--test/files/neg/t5067.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/t5067.check b/test/files/neg/t5067.check
index 32491766d7..395eda7442 100644
--- a/test/files/neg/t5067.check
+++ b/test/files/neg/t5067.check
@@ -1,6 +1,6 @@
t5067.scala:3: error: type mismatch;
- found : ((Int, Int)) => Int
- required: (Int, Int) => Int
- override def tupled: (Int, Int) => Int = super.tupled
- ^
+ found : ((Int, Int, Int)) => Int
+ required: (Int, Int, Int) => Int
+ override def tupled: (Int, Int, Int) => Int = super.tupled
+ ^
one error found