summaryrefslogtreecommitdiff
path: root/test/files/run/programmatic-main.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-12-05 21:19:16 +0000
committerPaul Phillips <paulp@improving.org>2010-12-05 21:19:16 +0000
commitb6db478a9641dd488f00fab0c0a113ef83fec5d3 (patch)
tree04e0ddfe885496c0a5b3832cc76658d44fd8a3e4 /test/files/run/programmatic-main.check
parented5459550ef6fd8ed1c23cbe6cec8ba8a541c1e3 (diff)
downloadscala-b6db478a9641dd488f00fab0c0a113ef83fec5d3.tar.gz
scala-b6db478a9641dd488f00fab0c0a113ef83fec5d3.tar.bz2
scala-b6db478a9641dd488f00fab0c0a113ef83fec5d3.zip
Burned by a last minute text change.
Diffstat (limited to 'test/files/run/programmatic-main.check')
-rw-r--r--test/files/run/programmatic-main.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/programmatic-main.check b/test/files/run/programmatic-main.check
index b2c2b8546d..be446b58cf 100644
--- a/test/files/run/programmatic-main.check
+++ b/test/files/run/programmatic-main.check
@@ -6,7 +6,7 @@ packageobjects 3 load package objects
typer 4 the meat and potatoes: type the trees
superaccessors 5 add super accessors in traits and nested classes
pickler 6 serialize symbol tables
- refchecks 7 reference and override checking, translate nested objects
+ refchecks 7 reference/override checking, translate nested objects
liftcode 8 reify trees
uncurry 9 uncurry, translate function values to anonymous classes
tailcalls 10 replace tail calls by jumps