aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t5029.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t5029.scala')
-rw-r--r--tests/pending/pos/t5029.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/pos/t5029.scala b/tests/pending/pos/t5029.scala
index b68fc0367..f32d0c650 100644
--- a/tests/pending/pos/t5029.scala
+++ b/tests/pending/pos/t5029.scala
@@ -1,3 +1,3 @@
object Test {
- (Vector(): Seq[_]) match { case List() => true; case Nil => false }
+ (Vector(): Seq[_]) match { case List() => true; case Nil => false }
}