From 46e78e4589fe6d68703194e71cd34b5accb0942b Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 25 Feb 2010 02:54:04 +0000 Subject: 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. --- test/files/jvm/interpreter.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/interpreter.check') diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check index 1a6fcba5fe..03c773e2cb 100644 --- a/test/files/jvm/interpreter.check +++ b/test/files/jvm/interpreter.check @@ -218,8 +218,8 @@ defined class Fact defined class Term scala> | | :16: warning: match is not exhaustive! -missing combination Term missing combination Exp +missing combination Term def f(e: Exp) = e match { // non-exhaustive warning here ^ -- cgit v1.2.3