aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/tailcall
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/pos/tailcall
parentf73d46adabe4195f4a68defd2c82382f37f1b7ee (diff)
downloaddotty-d9b224102c576150fc4791bf639a7aa36e5f8337.tar.gz
dotty-d9b224102c576150fc4791bf639a7aa36e5f8337.tar.bz2
dotty-d9b224102c576150fc4791bf639a7aa36e5f8337.zip
Make all dotty tests end in newline
Diffstat (limited to 'tests/pos/tailcall')
-rw-r--r--tests/pos/tailcall/i321.scala2
-rw-r--r--tests/pos/tailcall/tailcall.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/pos/tailcall/i321.scala b/tests/pos/tailcall/i321.scala
index 595e13910..daa078dd5 100644
--- a/tests/pos/tailcall/i321.scala
+++ b/tests/pos/tailcall/i321.scala
@@ -23,4 +23,4 @@ class i321[T >: Null <: AnyRef] {
final def go2[U >: Null <: AnyRef](t: i321[U]): Int = t.go2(this)
-} \ No newline at end of file
+}
diff --git a/tests/pos/tailcall/tailcall.scala b/tests/pos/tailcall/tailcall.scala
index 1e05840ea..faa707e18 100644
--- a/tests/pos/tailcall/tailcall.scala
+++ b/tests/pos/tailcall/tailcall.scala
@@ -6,4 +6,4 @@ class tailcall {
class TypedApply[T2]{
private def firstDiff[T <: TypedApply[T2]](xs: List[T]): Int = firstDiff(xs)
-} \ No newline at end of file
+}