From b090f9748fff915df82f2a4908e7075f5cf1c91c Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 3 Oct 2013 09:18:41 +0200 Subject: Rework cff8b569 to heal the windows build. - change newTermName to fix negative length names rather than reject them - restore the old logic in unspecializedName for names that result from AnyRef specialized type parameters. Why does fix the windows build? I remain none the wiser. --- test/files/run/global-showdef.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') diff --git a/test/files/run/global-showdef.scala b/test/files/run/global-showdef.scala index 0dbaba979d..c3ace590ed 100644 --- a/test/files/run/global-showdef.scala +++ b/test/files/run/global-showdef.scala @@ -54,7 +54,7 @@ object Bippy { val run = new compiler.Run() run.compileSources(List(src)) } - (output split "\\n").toList + output.linesIterator.toList } def showClass(name: String) = lines("-Yshow:typer", "-Xshow-class", name) def showObject(name: String) = lines("-Yshow:typer", "-Xshow-object", name) -- cgit v1.2.3