summaryrefslogtreecommitdiff
path: root/test/files/run/existentials-in-compiler.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-07-21 19:35:58 -0700
committerPaul Phillips <paulp@improving.org>2012-07-21 19:35:58 -0700
commit97ce70976d6574a36a32f11a26978a45d687e9ec (patch)
tree910269d2e0c49a9f9323536c4cae01b5b4c791f6 /test/files/run/existentials-in-compiler.scala
parent2e69ae41d9b4af6dd87e14e5f6f980c51e164e4c (diff)
downloadscala-97ce70976d6574a36a32f11a26978a45d687e9ec.tar.gz
scala-97ce70976d6574a36a32f11a26978a45d687e9ec.tar.bz2
scala-97ce70976d6574a36a32f11a26978a45d687e9ec.zip
Missed a couple test case renames.
Diffstat (limited to 'test/files/run/existentials-in-compiler.scala')
-rw-r--r--test/files/run/existentials-in-compiler.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/existentials-in-compiler.scala b/test/files/run/existentials-in-compiler.scala
index 1f314aa4e0..a37005b1c4 100644
--- a/test/files/run/existentials-in-compiler.scala
+++ b/test/files/run/existentials-in-compiler.scala
@@ -73,7 +73,7 @@ package extest {
def check(source: String, unit: global.CompilationUnit) = {
getRequiredModule("extest").moduleClass.info.decls.toList.filter(_.isType).map(_.initialize).sortBy(_.name.toString) foreach { clazz =>
- afterTyper {
+ exitingTyper {
clazz.info
println(clazz.defString)
println(" " + classExistentialType(clazz) + "\n")