From 1806e28cc9b82823b534abcbcf5bb36cd74732a8 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Fri, 18 Nov 2016 02:05:32 +0100 Subject: Fix remaining tests with incorrect paths following move --- compiler/test/dotc/tests.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/test/dotc/tests.scala') 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) -- cgit v1.2.3