summaryrefslogtreecommitdiff
path: root/test/pending/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run')
-rw-r--r--test/pending/run/arrays-2.scala1
-rw-r--r--test/pending/run/bug1042.scala2
-rw-r--r--[-rwxr-xr-x]test/pending/run/bug874.scala0
-rw-r--r--test/pending/run/bugs425-and-816.scala2
-rw-r--r--[-rwxr-xr-x]test/pending/run/collections.scala0
-rw-r--r--test/pending/run/t0446.scala2
-rw-r--r--[-rwxr-xr-x]test/pending/run/t0508x.scala0
7 files changed, 3 insertions, 4 deletions
diff --git a/test/pending/run/arrays-2.scala b/test/pending/run/arrays-2.scala
index 055616d98c..bee22db577 100644
--- a/test/pending/run/arrays-2.scala
+++ b/test/pending/run/arrays-2.scala
@@ -1,7 +1,6 @@
//############################################################################
// Arrays 2
//############################################################################
-// $Id: $
//############################################################################
diff --git a/test/pending/run/bug1042.scala b/test/pending/run/bug1042.scala
index 47c0c37cc1..26b06a6f0c 100644
--- a/test/pending/run/bug1042.scala
+++ b/test/pending/run/bug1042.scala
@@ -11,4 +11,4 @@ case class B extends A {
object Test extends Application {
Console.println(B)
-} \ No newline at end of file
+}
diff --git a/test/pending/run/bug874.scala b/test/pending/run/bug874.scala
index 29dfabe0e9..29dfabe0e9 100755..100644
--- a/test/pending/run/bug874.scala
+++ b/test/pending/run/bug874.scala
diff --git a/test/pending/run/bugs425-and-816.scala b/test/pending/run/bugs425-and-816.scala
index eb44787a72..4e841ccc31 100644
--- a/test/pending/run/bugs425-and-816.scala
+++ b/test/pending/run/bugs425-and-816.scala
@@ -38,4 +38,4 @@ object Test {
assert(bug816.go() == "CB")
assert(bug425.go() == "B2")
}
-} \ No newline at end of file
+}
diff --git a/test/pending/run/collections.scala b/test/pending/run/collections.scala
index 6717b524bb..6717b524bb 100755..100644
--- a/test/pending/run/collections.scala
+++ b/test/pending/run/collections.scala
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
+}
diff --git a/test/pending/run/t0508x.scala b/test/pending/run/t0508x.scala
index 0c1ffde3ed..0c1ffde3ed 100755..100644
--- a/test/pending/run/t0508x.scala
+++ b/test/pending/run/t0508x.scala