diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-12-05 00:42:56 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:22 +0100 |
commit | 3859878db8e6da15d3513c931e0d811dcf03b250 (patch) | |
tree | 79aab58631e0e22adba353143e2fda3f7370c506 /tests/errmsgs | |
parent | 2a4c09ff8887350ec3fa283fe8d562e71b68406b (diff) | |
download | Nim-3859878db8e6da15d3513c931e0d811dcf03b250.tar.gz |
megatest checks output and nimout
Diffstat (limited to 'tests/errmsgs')
-rw-r--r-- | tests/errmsgs/treportunused.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/errmsgs/treportunused.nim b/tests/errmsgs/treportunused.nim index 929da8843..f83ad5633 100644 --- a/tests/errmsgs/treportunused.nim +++ b/tests/errmsgs/treportunused.nim @@ -12,6 +12,7 @@ treportunused.nim(27, 5) Hint: 's9' is declared but not used [XDeclaredButNotUse treportunused.nim(21, 10) Hint: 's3' is declared but not used [XDeclaredButNotUsed] treportunused.nim(28, 6) Hint: 's10' is declared but not used [XDeclaredButNotUsed] ''' +action: compile """ # bug #9764 |