summary refs log tree commit diff stats
path: root/tests/pragmas/twarning_off.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pragmas/twarning_off.nim')
-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
 '''