From be38ebba3f32816a150012727d3351570718bcf6 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sat, 2 Apr 2016 15:27:56 +0200 Subject: Add since arg to deprecationWarning and use it --- test/files/jvm/future-spec.check | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/files/jvm/future-spec.check') diff --git a/test/files/jvm/future-spec.check b/test/files/jvm/future-spec.check index 50c5d446af..562d699bde 100644 --- a/test/files/jvm/future-spec.check +++ b/test/files/jvm/future-spec.check @@ -1 +1,3 @@ -warning: there were 20 deprecation warnings; re-run with -deprecation for details +warning: there was one deprecation warning (since 2.11.0) +warning: there were 19 deprecation warnings (since 2.12.0) +warning: there were 20 deprecation warnings in total; re-run with -deprecation for details -- cgit v1.2.3