summaryrefslogtreecommitdiff
path: root/test/files/pos/patmat.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/patmat.scala')
-rw-r--r--test/files/pos/patmat.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/patmat.scala b/test/files/pos/patmat.scala
index 8131a044fa..4e652b146e 100644
--- a/test/files/pos/patmat.scala
+++ b/test/files/pos/patmat.scala
@@ -26,7 +26,7 @@ object Foo1258 {
}
}
-object Bug1261 {
+object t1261 {
sealed trait Elem
case class Foo() extends Elem
case class Bar() extends Elem
@@ -94,7 +94,7 @@ trait Outer { // bug #1282 compile-only
}
class Test806_818 { // #806, #811 compile only -- type of bind
- // bug811
+ // t811
trait Core {
trait NodeImpl
trait OtherImpl extends NodeImpl