summaryrefslogtreecommitdiff
path: root/test/files/neg/t6446-additional.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/neg/t6446-additional.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/neg/t6446-additional.check')
-rwxr-xr-xtest/files/neg/t6446-additional.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6446-additional.check b/test/files/neg/t6446-additional.check
index 24201c07c2..be928095d3 100755
--- a/test/files/neg/t6446-additional.check
+++ b/test/files/neg/t6446-additional.check
@@ -29,4 +29,4 @@ inlinehandlers 24 optimization: inline exception handlers
dce 27 optimization: eliminate dead code
jvm 28 generate JVM bytecode
ploogin 29 A sample phase that does so many things it's kind of hard...
- terminal 30 The last phase in the compiler chain
+ terminal 30 the last phase during a compilation run