summaryrefslogtreecommitdiff
path: root/test/files/run/t6863.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6863.check')
-rw-r--r--test/files/run/t6863.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t6863.check b/test/files/run/t6863.check
index 030cb8b265..fea22b582f 100644
--- a/test/files/run/t6863.check
+++ b/test/files/run/t6863.check
@@ -10,3 +10,4 @@ t6863.scala:46: warning: comparing values of types Unit and Unit using `==' will
t6863.scala:59: warning: comparing values of types Unit and Unit using `==' will always yield true
assert({ () => x }.apply == ())
^
+warning: there were 4 deprecation warning(s); re-run with -deprecation for details