summaryrefslogtreecommitdiff
path: root/test/files/run/t0508.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0508.scala')
-rw-r--r--test/files/run/t0508.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0508.scala b/test/files/run/t0508.scala
index 0f4325e629..2283c46c36 100644
--- a/test/files/run/t0508.scala
+++ b/test/files/run/t0508.scala
@@ -9,5 +9,5 @@ object Test extends App {
}
}
- foo(Foo.unapply, Foo("this might be fun", 10))
+ foo(Foo.unapply, Foo("this might be fun", 10))
}