summary refs log tree commit diff stats
path: root/nimpretty/tests/expected
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-11-11 10:07:19 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-11-11 10:39:20 +0100
commit532647171e013ed9f8847a4f97ebca0fc6dfc57f (patch)
tree3122196e644221476b66125f212d3ab05976adf5 /nimpretty/tests/expected
parentc0b5479e6b9cdd1b37f6d493298bf7a76968e1e1 (diff)
downloadNim-532647171e013ed9f8847a4f97ebca0fc6dfc57f.tar.gz
nimpretty: fixes #9673 [backport]
Diffstat (limited to 'nimpretty/tests/expected')
-rw-r--r--nimpretty/tests/expected/exhaustive.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/nimpretty/tests/expected/exhaustive.nim b/nimpretty/tests/expected/exhaustive.nim
index 6d000d524..8ea7ca4dd 100644
--- a/nimpretty/tests/expected/exhaustive.nim
+++ b/nimpretty/tests/expected/exhaustive.nim
@@ -366,3 +366,6 @@ proc fun3() =
 ##[
 foobar
 ]##
+
+# bug #9673
+discard `*`(1, 2)