summaryrefslogtreecommitdiff
path: root/test/files/run/existentials-in-compiler.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-07-21 22:00:05 -0700
committerPaul Phillips <paulp@improving.org>2012-07-21 22:00:05 -0700
commite52fa7e652c175f561a1a0804e04b6d00b89aaa6 (patch)
tree910269d2e0c49a9f9323536c4cae01b5b4c791f6 /test/files/run/existentials-in-compiler.scala
parent79026e6975b1f27750be968eab239ad456ebd64f (diff)
parent97ce70976d6574a36a32f11a26978a45d687e9ec (diff)
downloadscala-e52fa7e652c175f561a1a0804e04b6d00b89aaa6.tar.gz
scala-e52fa7e652c175f561a1a0804e04b6d00b89aaa6.tar.bz2
scala-e52fa7e652c175f561a1a0804e04b6d00b89aaa6.zip
Merge pull request #950 from paulp/topic/entering-exiting-phase
Renaming phase time-travel methods.
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")