summaryrefslogtreecommitdiff
path: root/test/pending
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending')
-rw-r--r--test/pending/run/unapply.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pending/run/unapply.scala b/test/pending/run/unapply.scala
index 4cf126de5a..e00a1e63a0 100644
--- a/test/pending/run/unapply.scala
+++ b/test/pending/run/unapply.scala
@@ -82,3 +82,5 @@ object Lis extends Assert {
assertEquals(List(1,2,3) match { case List(x,y,_*) => {x,y}}, {1,2})
}
}
+
+