summaryrefslogtreecommitdiff
path: root/test/files/run/programmatic-main.check
diff options
context:
space:
mode:
authorJames Iry <james.iry@typesafe.com>2013-07-22 16:51:46 -0700
committerJames Iry <james.iry@typesafe.com>2013-11-01 15:30:23 -0700
commit9136e76ca1a9827e1a8c90fa4f7f63c2967cb019 (patch)
treef3d64a237d8240a5f5ac98254664f196da192230 /test/files/run/programmatic-main.check
parent0057d4d83cb40116b76296505f15075002e4b2e0 (diff)
downloadscala-9136e76ca1a9827e1a8c90fa4f7f63c2967cb019.tar.gz
scala-9136e76ca1a9827e1a8c90fa4f7f63c2967cb019.tar.bz2
scala-9136e76ca1a9827e1a8c90fa4f7f63c2967cb019.zip
Add a skeletal Delambdafy phase.
This commit adds a do-nothing phase called "Delambdafy" that will eventually be responsible for doing the final translation of lambdas into classes.
Diffstat (limited to 'test/files/run/programmatic-main.check')
-rw-r--r--test/files/run/programmatic-main.check7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/files/run/programmatic-main.check b/test/files/run/programmatic-main.check
index cfa3ed3fb4..1cd94ccb45 100644
--- a/test/files/run/programmatic-main.check
+++ b/test/files/run/programmatic-main.check
@@ -21,6 +21,7 @@ superaccessors 6 add super accessors in traits and nested classes
flatten 19 eliminate inner classes
mixin 20 mixin composition
cleanup 21 platform-specific cleanups, generate reflective calls
- icode 22 generate portable intermediate code
- jvm 23 generate JVM bytecode
- terminal 24 the last phase during a compilation run
+ delambdafy 22 remove lambdas
+ icode 23 generate portable intermediate code
+ jvm 24 generate JVM bytecode
+ terminal 25 the last phase during a compilation run