summaryrefslogtreecommitdiff
path: root/test/files/run/programmatic-main.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-07-25 17:35:36 -0700
committerSom Snytt <som.snytt@gmail.com>2013-08-21 17:03:03 -0700
commit591221017b20913bfafde55f7ff8672730bdac82 (patch)
treed5c273b89a5f2c29f8bc1b24536d6155104850fa /test/files/run/programmatic-main.check
parent26ad989f49640693c78e7af42abae3d75cf36f68 (diff)
downloadscala-591221017b20913bfafde55f7ff8672730bdac82.tar.gz
scala-591221017b20913bfafde55f7ff8672730bdac82.tar.bz2
scala-591221017b20913bfafde55f7ff8672730bdac82.zip
SI-7622 Phases are enabled or not
Refactor the calculation of the "phase chain" a bit. In particular, initial and terminal phases are not special except that they must be head and last. When done, filter for enabled phases. At this commit, nobody claims to be disabled. Additional sanity support of phases settings.
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 61b947214c..cc325cafc0 100644
--- a/test/files/run/programmatic-main.check
+++ b/test/files/run/programmatic-main.check
@@ -28,5 +28,5 @@ inlinehandlers 24 optimization: inline exception handlers
constopt 26 optimization: optimize null and other constants
dce 27 optimization: eliminate dead code
jvm 28 generate JVM bytecode
- terminal 29 The last phase in the compiler chain
+ terminal 29 the last phase during a compilation run