summaryrefslogtreecommitdiff
path: root/test/files/neg/t2386.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2386.check')
-rw-r--r--test/files/neg/t2386.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/t2386.check b/test/files/neg/t2386.check
index 1a01696a9a..f70f12535f 100644
--- a/test/files/neg/t2386.check
+++ b/test/files/neg/t2386.check
@@ -1,4 +1,4 @@
-t2386.scala:2: error: could not find implicit value for evidence parameter of type scala.reflect.ClassManifest[Array[_ >: String with Int]]
- val a = Array(Array(1, 2), Array("a","b"))
- ^
-one error found
+t2386.scala:2: error: No ClassTag available for Array[_ >: String with Int]
+ val a = Array(Array(1, 2), Array("a","b"))
+ ^
+one error found