summaryrefslogtreecommitdiff
path: root/test/files/neg/t414.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-28 09:52:43 -0800
committerPaul Phillips <paulp@improving.org>2012-02-28 09:53:14 -0800
commit4b9c49d31e27c9c3709d9b3db5d7fa6baaba989c (patch)
tree0a257b7a00fa74673442b6f4d4e491ad73b383d3 /test/files/neg/t414.check
parentc11ec6f532449f110c3b776b11f0b2c4398fe0f9 (diff)
downloadscala-4b9c49d31e27c9c3709d9b3db5d7fa6baaba989c.tar.gz
scala-4b9c49d31e27c9c3709d9b3db5d7fa6baaba989c.tar.bz2
scala-4b9c49d31e27c9c3709d9b3db5d7fa6baaba989c.zip
Don't print underlying type of modules.
Since there is no useful information in such a message.
Diffstat (limited to 'test/files/neg/t414.check')
-rw-r--r--test/files/neg/t414.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t414.check b/test/files/neg/t414.check
index d0d24baa33..e15dbaea71 100644
--- a/test/files/neg/t414.check
+++ b/test/files/neg/t414.check
@@ -1,5 +1,5 @@
t414.scala:5: error: pattern type is incompatible with expected type;
- found : Empty.type (with underlying type object Empty)
+ found : Empty.type
required: IntMap[a]
Note: if you intended to match against the class, try `case _: Empty[_]` or `case Empty()`
case Empty =>