summaryrefslogtreecommitdiff
path: root/test/files/pos/bug0646.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug0646.scala')
-rw-r--r--test/files/pos/bug0646.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug0646.scala b/test/files/pos/bug0646.scala
index 64214f65b1..a56e857223 100644
--- a/test/files/pos/bug0646.scala
+++ b/test/files/pos/bug0646.scala
@@ -10,7 +10,7 @@ object xfor {
</bks>;
new NodeSeq { val theSeq = books.child } match {
- case t @ <title>Blabla</title> => t
+ case t @ Seq(<title>Blabla</title>) => t
}
//val n: NodeSeq = new NodeSeq { val theSeq = books.child }