summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/interpreter.check')
-rw-r--r--test/files/jvm/interpreter.check2
1 files changed, 1 insertions, 1 deletions
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> | | <console>: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
^