aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/inferred.scala
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/inferred.scala
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/inferred.scala')
-rw-r--r--tests/pos/inferred.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/inferred.scala b/tests/pos/inferred.scala
index 87bbd9473..311e56a50 100644
--- a/tests/pos/inferred.scala
+++ b/tests/pos/inferred.scala
@@ -55,4 +55,4 @@ object Inferred {
val ints3 = new CONS[Int](1, NIL)
val ints4 = new CONS(1, NIL)
-} \ No newline at end of file
+}