summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_console_reporter.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/toolbox_console_reporter.check')
-rw-r--r--test/files/run/toolbox_console_reporter.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/toolbox_console_reporter.check b/test/files/run/toolbox_console_reporter.check
index 1395c68740..fca10ba458 100644
--- a/test/files/run/toolbox_console_reporter.check
+++ b/test/files/run/toolbox_console_reporter.check
@@ -1,8 +1,8 @@
hello
============compiler console=============
-warning: method foo in object Utils is deprecated: test
+warning: method foo in object Utils is deprecated (since 2.10.0): test
=========================================
============compiler messages============
-Info(NoPosition,method foo in object Utils is deprecated: test,WARNING)
+Info(NoPosition,method foo in object Utils is deprecated (since 2.10.0): test,WARNING)
=========================================