summaryrefslogtreecommitdiff
path: root/test/pending/run/t0446.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t0446.scala')
-rw-r--r--test/pending/run/t0446.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/t0446.scala b/test/pending/run/t0446.scala
index e7688964a7..0f74b32ba0 100644
--- a/test/pending/run/t0446.scala
+++ b/test/pending/run/t0446.scala
@@ -3,4 +3,4 @@ object Test extends Application {
val b = Array(1,3).dropWhile(_ < 2)
println(a.toString)
println(b.toString)
-} \ No newline at end of file
+}