summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_bounds.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/tcpoly_bounds.check')
-rw-r--r--test/files/neg/tcpoly_bounds.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/tcpoly_bounds.check b/test/files/neg/tcpoly_bounds.check
index 03e22f9fbc..206d862825 100644
--- a/test/files/neg/tcpoly_bounds.check
+++ b/test/files/neg/tcpoly_bounds.check
@@ -1,4 +1,4 @@
-tcpoly_bounds.scala:3: error: type arguments [scala.List] do not conform to class A's type parameter bounds [m<: [x]>: scala.Nothing <: scala.Option[x]]
+tcpoly_bounds.scala:3: error: type arguments [List] do not conform to class A's type parameter bounds [m<: [x]>: Nothing <: Option[x]]
object b extends A[List]
^
one error found