summary refs log tree commit diff stats
path: root/nimpretty/tests/simple2.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-10-24 15:19:29 +0200
committerAraq <rumpf_a@web.de>2018-10-24 15:19:29 +0200
commit06a6433db7cc32e957d4f78640e388ea5d09b1a3 (patch)
tree525bd165709f1f0c952b6b1d5209b6c98354b803 /nimpretty/tests/simple2.nim
parent85000766518bac45b712c26511cf4d39c3e845a6 (diff)
downloadNim-06a6433db7cc32e957d4f78640e388ea5d09b1a3.tar.gz
nimpretty: test for idempotence; fixes #9483
Diffstat (limited to 'nimpretty/tests/simple2.nim')
-rw-r--r--nimpretty/tests/simple2.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/nimpretty/tests/simple2.nim b/nimpretty/tests/simple2.nim
index 6cf9573df..4ef2ddd70 100644
--- a/nimpretty/tests/simple2.nim
+++ b/nimpretty/tests/simple2.nim
@@ -13,3 +13,10 @@ proc funB() =
   # echo "ok2"
 
 fun()
+
+#[
+bug #9483
+]#
+
+proc funE() =
+  echo "ok1"