summaryrefslogtreecommitdiff
path: root/test/files/neg/type-diagnostics.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/type-diagnostics.check')
-rw-r--r--test/files/neg/type-diagnostics.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/type-diagnostics.check b/test/files/neg/type-diagnostics.check
index c5e6dec3f8..fd327bcb66 100644
--- a/test/files/neg/type-diagnostics.check
+++ b/test/files/neg/type-diagnostics.check
@@ -1,6 +1,6 @@
type-diagnostics.scala:4: error: type mismatch;
- found : scala.collection.Set[String]
- required: scala.collection.immutable.Set[String]
+ found : Set[String] (in scala.collection)
+ required: Set[String] (in scala.collection.immutable)
def f = Calculator("Hello", binding.keySet: collection.Set[String])
^
type-diagnostics.scala:13: error: type mismatch;