aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t0061.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/t0061.scala')
-rw-r--r--tests/pos/t0061.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/t0061.scala b/tests/pos/t0061.scala
index 8a3aed7c6..0228413fa 100644
--- a/tests/pos/t0061.scala
+++ b/tests/pos/t0061.scala
@@ -5,6 +5,6 @@ object O {
case class testA() extends testClass ;
def ga( x:testClass ) = x match {
- case testA() => ()
+ case testA() => ()
}
}