From 6dabcdaabf49ecc72468c6e712d6bc5c927ec87e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 29 Nov 2013 15:56:50 +0100 Subject: Adapting showClasstests to newly downloaded classpath --- test/test/ShowClassTests.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/test/ShowClassTests.scala b/test/test/ShowClassTests.scala index e736aada1..c0533e221 100644 --- a/test/test/ShowClassTests.scala +++ b/test/test/ShowClassTests.scala @@ -27,6 +27,8 @@ class ShowClassTests extends DottyTest { "scala.concurrent.Await", "scala.concurrent.Awaitable", "scala.concurrent.impl.Promise", + // the following class cannot be read because it does not exist anymore + "scala.reflect.macros.Context", // the following packages and classes cannot be read because // they refer to external libraries which are not available // (apache.ant, usually) @@ -120,12 +122,12 @@ class ShowClassTests extends DottyTest { */ @Test def showScala() = { - showPackage("scala", 17) + showPackage("scala", 22) } @Test def loadDotty() = { - showPackage("dotty", 18) + showPackage("dotty", 23) } -- cgit v1.2.3