diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-08-10 09:37:41 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-10 09:37:41 +0200 |
commit | 28c709fa8422af6faa1f48c37d0ddd62e20deb7d (patch) | |
tree | ff88b590f0642ec2f14def80313a576777f45646 /nimsuggest/tests/tdot4.nim | |
parent | 7e2418bd224add065bb1245a0602b8d75dd2ca03 (diff) | |
download | Nim-28c709fa8422af6faa1f48c37d0ddd62e20deb7d.tar.gz |
cleanup nimsuggest tests a bit
Diffstat (limited to 'nimsuggest/tests/tdot4.nim')
-rw-r--r-- | nimsuggest/tests/tdot4.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimsuggest/tests/tdot4.nim b/nimsuggest/tests/tdot4.nim index 25e77ed04..8510162ac 100644 --- a/nimsuggest/tests/tdot4.nim +++ b/nimsuggest/tests/tdot4.nim @@ -2,7 +2,7 @@ discard """ $nimsuggest --tester --maxresults:2 $file >sug $1 sug;;skProc;;tdot4.main;;proc (inp: string): string;;$file;;10;;5;;"";;100;;None -sug;;skProc;;strutils.replace;;proc (s: string, sub: string, by: string): string{.noSideEffect, gcsafe, locks: 0.};;$lib/pure/strutils.nim;;1575;;5;;"Replaces `sub` in `s` by the string `by`.";;100;;None +sug;;skProc;;strutils.replace;;proc (s: string, sub: string, by: string): string{.noSideEffect, gcsafe, locks: 0.};;$lib/pure/strutils.nim;;1506;;5;;"Replaces `sub` in `s` by the string `by`.";;100;;None """ import strutils |