summaryrefslogtreecommitdiff
path: root/test/files/run/t1427.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1427.scala')
-rw-r--r--test/files/run/t1427.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1427.scala b/test/files/run/t1427.scala
index eeb2603c26..4b8057ffe8 100644
--- a/test/files/run/t1427.scala
+++ b/test/files/run/t1427.scala
@@ -12,7 +12,7 @@ object Test {
def main(args: Array[String]): Unit = {
val x = new Bob[List]
val results = List(x, new Bob[Set], 55) map (x foo _)
-
+
assert(results == List(true, true, false))
}
}