diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-11-08 11:40:58 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-08 11:41:05 +0100 |
commit | ab1787e7db2d12261cbf60f7bf5934a30371bbf0 (patch) | |
tree | b3cab97647c592ec38350dd1eea85ee15de00b28 /nimsuggest/tests/tdot4.nim | |
parent | d837ef177cbe69a3e9b13406abb656ddc6e00903 (diff) | |
download | Nim-ab1787e7db2d12261cbf60f7bf5934a30371bbf0.tar.gz |
fixes #6707; nimsuggest tests still not green
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 3d98f9132..25e77ed04 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;;1497;;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;;1575;;5;;"Replaces `sub` in `s` by the string `by`.";;100;;None """ import strutils |