summaryrefslogtreecommitdiff
path: root/test/files/run/programmatic-main.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2012-01-30 17:43:37 +0100
committerMartin Odersky <odersky@gmail.com>2012-01-30 17:43:37 +0100
commite1897c215c8c0c7c09294c61fb636d33a0354493 (patch)
tree19f65d0b8ad23a11aedc9e92fcdf46f14897b09a /test/files/run/programmatic-main.check
parent6eb066dade3f6541fb33a0b325c67ca98aa413ad (diff)
downloadscala-e1897c215c8c0c7c09294c61fb636d33a0354493.tar.gz
scala-e1897c215c8c0c7c09294c61fb636d33a0354493.tar.bz2
scala-e1897c215c8c0c7c09294c61fb636d33a0354493.zip
updated check file; got accidentally dropped from last commit.
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 b24b51ee27..a24de79b8a 100644
--- a/test/files/run/programmatic-main.check
+++ b/test/files/run/programmatic-main.check
@@ -4,7 +4,7 @@
namer 2 resolve names, attach symbols to named trees
packageobjects 3 load package objects
typer 4 the meat and potatoes: type the trees
- inlineclasses 5 add static methods to inline classes
+ extmethods 5 add extension methods for inline classes
superaccessors 6 add super accessors in traits and nested classes
pickler 7 serialize symbol tables
refchecks 8 reference/override checking, translate nested objects