summaryrefslogtreecommitdiff
path: root/test/files/neg/patmatexhaust.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-25 02:54:04 +0000
committerPaul Phillips <paulp@improving.org>2010-02-25 02:54:04 +0000
commit46e78e4589fe6d68703194e71cd34b5accb0942b (patch)
treef54913da3a380b984553360d024626b55c82687f /test/files/neg/patmatexhaust.check
parentebe8a875e57bf562d152519a274e644268c24ecc (diff)
downloadscala-46e78e4589fe6d68703194e71cd34b5accb0942b.tar.gz
scala-46e78e4589fe6d68703194e71cd34b5accb0942b.tar.bz2
scala-46e78e4589fe6d68703194e71cd34b5accb0942b.zip
Tweaking the sealed logic in light of #3097.
Reorganizes children a little so they always come back sorted the same way the pickler does. Taking advantage of -Yfatal-warnings in the test case. Review by community.
Diffstat (limited to 'test/files/neg/patmatexhaust.check')
-rw-r--r--test/files/neg/patmatexhaust.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/patmatexhaust.check b/test/files/neg/patmatexhaust.check
index 1c46b6c9e5..ca769300c0 100644
--- a/test/files/neg/patmatexhaust.check
+++ b/test/files/neg/patmatexhaust.check
@@ -15,8 +15,8 @@ missing combination Qult Qult
def ma3(x:Mult) = (x,x) match { // not exhaustive
^
patmatexhaust.scala:49: warning: match is not exhaustive!
-missing combination Gu
missing combination Gp
+missing combination Gu
def ma4(x:Deep) = x match { // missing cases: Gu, Gp
^