summaryrefslogtreecommitdiff
path: root/test/files/run/existentials-in-compiler.scala
diff options
context:
space:
mode:
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 c69d1217fd..14c25849cb 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) = {
getRequiredPackage("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")