summaryrefslogtreecommitdiff
path: root/test/files/run/t3158.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3158.scala')
-rw-r--r--test/files/run/t3158.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3158.scala b/test/files/run/t3158.scala
index c824b62e96..1e5ec186f5 100644
--- a/test/files/run/t3158.scala
+++ b/test/files/run/t3158.scala
@@ -1,6 +1,6 @@
object Test {
def main(args: Array[String]) {
- println(args.map(_ => foo _).deep)
+ println(args.map(_ => foo _).map(_ => "<function1>").deep)
}
def foo(xs: String*) {