aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t796.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t796.scala')
-rw-r--r--tests/pending/pos/t796.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/pos/t796.scala b/tests/pending/pos/t796.scala
index 066625179..b1463ed92 100644
--- a/tests/pending/pos/t796.scala
+++ b/tests/pending/pos/t796.scala
@@ -16,7 +16,7 @@ object Test extends App {
}
def test(x: Int) = x match {
- case Twice(y) => "x is two times "+y
+ case Twice(y) => "x is two times " + y
case _ => "x is odd"
}