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 7ef6f8197f..8dc34dd417 100644
--- a/test/files/run/t0508.scala
+++ b/test/files/run/t0508.scala
@@ -9,5 +9,5 @@ object Test extends Application {
}
}
- foo(Foo.unapply, Foo("this might be fun", 10))
+ foo(Foo.unapply, Foo("this might be fun", 10))
}