aboutsummaryrefslogtreecommitdiff
path: root/test/test/ShowClassTests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-11-29 15:56:50 +0100
committerMartin Odersky <odersky@gmail.com>2013-11-29 15:56:50 +0100
commit6dabcdaabf49ecc72468c6e712d6bc5c927ec87e (patch)
tree50a4c78e42d16fe6aef5b21e6080a1c9605f7c02 /test/test/ShowClassTests.scala
parentb47be3e0c1eb274b4e806b7606d738837ba9b8a1 (diff)
downloaddotty-6dabcdaabf49ecc72468c6e712d6bc5c927ec87e.tar.gz
dotty-6dabcdaabf49ecc72468c6e712d6bc5c927ec87e.tar.bz2
dotty-6dabcdaabf49ecc72468c6e712d6bc5c927ec87e.zip
Adapting showClasstests to newly downloaded classpath
Diffstat (limited to 'test/test/ShowClassTests.scala')
-rw-r--r--test/test/ShowClassTests.scala6
1 files 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)
}