aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:03:31 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:03:31 +0200
commitf73d46adabe4195f4a68defd2c82382f37f1b7ee (patch)
tree717b97e655afeb9fb8e7e995007b938d167e70b1 /test
parentc832ffc4243d92e4f27dd3a743b73d21cf13bd43 (diff)
downloaddotty-f73d46adabe4195f4a68defd2c82382f37f1b7ee.tar.gz
dotty-f73d46adabe4195f4a68defd2c82382f37f1b7ee.tar.bz2
dotty-f73d46adabe4195f4a68defd2c82382f37f1b7ee.zip
Make all Dotty source files end in newline.
Diffstat (limited to 'test')
-rw-r--r--test/test/ContravariantTrees.scala2
-rw-r--r--test/test/ParserTest.scala2
-rw-r--r--test/test/parseFile.scala2
-rw-r--r--test/test/showTree.scala2
-rw-r--r--test/x/PatMat.scala2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/test/ContravariantTrees.scala b/test/test/ContravariantTrees.scala
index 5fd45bce2..999224042 100644
--- a/test/test/ContravariantTrees.scala
+++ b/test/test/ContravariantTrees.scala
@@ -62,4 +62,4 @@ object ContravariantTrees {
type ThisTree[T >: Untyped] = DefDef[T]
}
-} \ No newline at end of file
+}
diff --git a/test/test/ParserTest.scala b/test/test/ParserTest.scala
index 291b27983..524be272d 100644
--- a/test/test/ParserTest.scala
+++ b/test/test/ParserTest.scala
@@ -39,4 +39,4 @@ class ParserTest extends DottyTest {
for (d <- dir.dirs)
parseDir(d.path)
}
-} \ No newline at end of file
+}
diff --git a/test/test/parseFile.scala b/test/test/parseFile.scala
index 21cc2f381..c360cf281 100644
--- a/test/test/parseFile.scala
+++ b/test/test/parseFile.scala
@@ -10,4 +10,4 @@ object parseFile extends ParserTest {
println(tree.show)
}
}
-} \ No newline at end of file
+}
diff --git a/test/test/showTree.scala b/test/test/showTree.scala
index 9476d994b..da1a5e957 100644
--- a/test/test/showTree.scala
+++ b/test/test/showTree.scala
@@ -21,4 +21,4 @@ object showTree extends DeSugarTest {
test("src/dotty/tools/dotc/core/Types.scala")
for (arg <- args) test(arg)
}
-} \ No newline at end of file
+}
diff --git a/test/x/PatMat.scala b/test/x/PatMat.scala
index 279373674..131136a1e 100644
--- a/test/x/PatMat.scala
+++ b/test/x/PatMat.scala
@@ -13,4 +13,4 @@ trait PatMat {
case "hi" => ???
}
-} \ No newline at end of file
+}