summaryrefslogtreecommitdiff
path: root/test/files/pos/ticket2251.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/ticket2251.scala')
-rw-r--r--test/files/pos/ticket2251.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/ticket2251.scala b/test/files/pos/ticket2251.scala
index 7b6efb0ea0..b3afee4ea9 100644
--- a/test/files/pos/ticket2251.scala
+++ b/test/files/pos/ticket2251.scala
@@ -1,6 +1,6 @@
// Martin: I am not sure this is a solvable problem right now. I'll leave it in pending.
-// derived from pos/bug1001
+// derived from pos/t1001
class A
trait B[T <: B[T]] extends A
class C extends B[C]