aboutsummaryrefslogtreecommitdiff
path: root/tests/neg
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:04:19 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:04:19 +0200
commitd9b224102c576150fc4791bf639a7aa36e5f8337 (patch)
tree819f558f1c0e6e3caf2dc8320b3da32682e1ff9f /tests/neg
parentf73d46adabe4195f4a68defd2c82382f37f1b7ee (diff)
downloaddotty-d9b224102c576150fc4791bf639a7aa36e5f8337.tar.gz
dotty-d9b224102c576150fc4791bf639a7aa36e5f8337.tar.bz2
dotty-d9b224102c576150fc4791bf639a7aa36e5f8337.zip
Make all dotty tests end in newline
Diffstat (limited to 'tests/neg')
-rw-r--r--tests/neg/patternUnsoundness.scala2
-rw-r--r--tests/neg/templateParents.scala2
-rw-r--r--tests/neg/typedIdents.scala2
-rw-r--r--tests/neg/typedapply.scala2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/neg/patternUnsoundness.scala b/tests/neg/patternUnsoundness.scala
index b3d699a5c..c13c13072 100644
--- a/tests/neg/patternUnsoundness.scala
+++ b/tests/neg/patternUnsoundness.scala
@@ -14,4 +14,4 @@ object patternUnsoundness extends App {
}
val z: String = x.s // ClassCast exception
-} \ No newline at end of file
+}
diff --git a/tests/neg/templateParents.scala b/tests/neg/templateParents.scala
index 6ecc8c384..a03962525 100644
--- a/tests/neg/templateParents.scala
+++ b/tests/neg/templateParents.scala
@@ -13,4 +13,4 @@ object templateParentsNeg1 {
trait E extends C[Int]
val x = new D with E // error no type fits between inferred bounds
-} \ No newline at end of file
+}
diff --git a/tests/neg/typedIdents.scala b/tests/neg/typedIdents.scala
index b664da42d..1bac62bd6 100644
--- a/tests/neg/typedIdents.scala
+++ b/tests/neg/typedIdents.scala
@@ -31,4 +31,4 @@ package P { // `X' bound by package clause
}
}
}
-} \ No newline at end of file
+}
diff --git a/tests/neg/typedapply.scala b/tests/neg/typedapply.scala
index ae168bcd9..c059418ac 100644
--- a/tests/neg/typedapply.scala
+++ b/tests/neg/typedapply.scala
@@ -14,4 +14,4 @@ object typedapply {
baz[Int, String](1, "abc")
-} \ No newline at end of file
+}