summary refs log tree commit diff stats
path: root/tests/pragmas
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-05-21 22:36:34 +0200
committerGitHub <noreply@github.com>2020-05-21 22:36:34 +0200
commitddee8a362a6590d8e590e6804e31b79bdb9ab7e6 (patch)
tree70b4ecdd077594a17b1786cda70a285ef788263f /tests/pragmas
parent063229a301837484699fb2b8cdd02c16f9c37781 (diff)
downloadNim-ddee8a362a6590d8e590e6804e31b79bdb9ab7e6.tar.gz
change the [Processing] messages into dots (#14418)
* change the [Processing] messages into dots

* better implementation

* maybe I should work on something else...
Diffstat (limited to 'tests/pragmas')
-rw-r--r--tests/pragmas/twarning_off.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pragmas/twarning_off.nim b/tests/pragmas/twarning_off.nim
index f1de9076f..d5d31d4c2 100644
--- a/tests/pragmas/twarning_off.nim
+++ b/tests/pragmas/twarning_off.nim
@@ -1,8 +1,7 @@
 discard """
   nimout: '''
 compile start
-Hint: warn_module [Processing]
-Hint: hashes [Processing]
+..
 warn_module.nim(6, 6) Hint: 'test' is declared but not used [XDeclaredButNotUsed]
 compile end
 '''