summaryrefslogtreecommitdiff
path: root/test/files/run/compiler-asSeenFrom.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/compiler-asSeenFrom.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/compiler-asSeenFrom.scala')
-rw-r--r--test/files/run/compiler-asSeenFrom.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/compiler-asSeenFrom.scala b/test/files/run/compiler-asSeenFrom.scala
index 1fc3a5ee71..411a8df592 100644
--- a/test/files/run/compiler-asSeenFrom.scala
+++ b/test/files/run/compiler-asSeenFrom.scala
@@ -107,7 +107,7 @@ package ll {
def check(source: String, unit: global.CompilationUnit) = {
import syms._
- afterTyper {
+ exitingTyper {
val typeArgs = List[Type](IntClass.tpe, ListClass[Int]) ++ tparams.map(_.tpe)
permute(typeArgs) foreach println
}