aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-11-18 02:05:32 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:08 +0100
commit1806e28cc9b82823b534abcbcf5bb36cd74732a8 (patch)
tree8ee28834e3f4939bea163c2422f52f42f72b1b54 /compiler/test/dotc/tests.scala
parente5b64f1e4444f9a37851a11314a7025d413aed43 (diff)
downloaddotty-1806e28cc9b82823b534abcbcf5bb36cd74732a8.tar.gz
dotty-1806e28cc9b82823b534abcbcf5bb36cd74732a8.tar.bz2
dotty-1806e28cc9b82823b534abcbcf5bb36cd74732a8.zip
Fix remaining tests with incorrect paths following move
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index bb3b1e5e0..a3946947c 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -190,7 +190,6 @@ class tests extends CompilerTest {
.filter(!_.startsWith("#")) // allow comment lines prefixed by #
.map(_.takeWhile(_ != '#').trim) // allow comments in the end of line
.filter(_.nonEmpty)
- .map("." + _) // files are contained one dir up
.toList
@Test def compileStdLib = compileList("compileStdLib", stdlibFiles, "-migration" :: "-Yno-inline" :: scala2mode)