summaryrefslogtreecommitdiff
path: root/test/files/neg/bug501.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug501.check')
-rw-r--r--test/files/neg/bug501.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug501.check b/test/files/neg/bug501.check
index 7b00a39034..112e49aad5 100644
--- a/test/files/neg/bug501.check
+++ b/test/files/neg/bug501.check
@@ -1,4 +1,4 @@
-bug501.scala:3 error: lower bound X does not conform to upper bound Y
+bug501.scala:3: error: lower bound X does not conform to upper bound Y
abstract class I { type T >: X <: Y; }
^
one error found