diff options
author | Araq <rumpf_a@web.de> | 2018-10-24 15:19:29 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-10-24 15:19:29 +0200 |
commit | 06a6433db7cc32e957d4f78640e388ea5d09b1a3 (patch) | |
tree | 525bd165709f1f0c952b6b1d5209b6c98354b803 /nimpretty/tests/simple2.nim | |
parent | 85000766518bac45b712c26511cf4d39c3e845a6 (diff) | |
download | Nim-06a6433db7cc32e957d4f78640e388ea5d09b1a3.tar.gz |
nimpretty: test for idempotence; fixes #9483
Diffstat (limited to 'nimpretty/tests/simple2.nim')
-rw-r--r-- | nimpretty/tests/simple2.nim | 7 |
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" |