summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1041.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1041.check')
-rw-r--r--test/files/neg/bug1041.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug1041.check b/test/files/neg/bug1041.check
index 0b9d6223b7..c366364241 100644
--- a/test/files/neg/bug1041.check
+++ b/test/files/neg/bug1041.check
@@ -1,6 +1,6 @@
bug1041.scala:3: error: type mismatch;
- found : scala.Int(1)
- required: scala.List[scala.Int]
+ found : Int(1)
+ required: List[Int]
case 1 => 4
^
one error found