summary refs log tree commit diff stats
path: root/nimsuggest/tests/tstrutils.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-11-08 11:40:58 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-11-08 11:41:05 +0100
commitab1787e7db2d12261cbf60f7bf5934a30371bbf0 (patch)
treeb3cab97647c592ec38350dd1eea85ee15de00b28 /nimsuggest/tests/tstrutils.nim
parentd837ef177cbe69a3e9b13406abb656ddc6e00903 (diff)
downloadNim-ab1787e7db2d12261cbf60f7bf5934a30371bbf0.tar.gz
fixes #6707; nimsuggest tests still not green
Diffstat (limited to 'nimsuggest/tests/tstrutils.nim')
-rw-r--r--nimsuggest/tests/tstrutils.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/nimsuggest/tests/tstrutils.nim b/nimsuggest/tests/tstrutils.nim
index 34da8cb53..ce3e29a15 100644
--- a/nimsuggest/tests/tstrutils.nim
+++ b/nimsuggest/tests/tstrutils.nim
@@ -1,9 +1,9 @@
 discard """
 $nimsuggest --tester lib/pure/strutils.nim
->def lib/pure/strutils.nim:2300:6
+>def lib/pure/strutils.nim:2529:6
 def;;skTemplate;;system.doAssert;;proc (cond: bool, msg: string): typed;;*/lib/system.nim;;*;;9;;"same as `assert` but is always turned on and not affected by the\x0A``--assertions`` command line switch.";;100
 """
 
-# Line 2300 in strutils.nim is doAssert and this is unlikely to change
+# Line 2529 in strutils.nim is doAssert and this is unlikely to change
 # soon since there are a whole lot of doAsserts there.