From f5ec4fbde3d8fb5250e2944d397448219e9053bc Mon Sep 17 00:00:00 2001 From: ghais Date: Sat, 21 Jan 2023 05:07:40 -0500 Subject: [PATCH] Update the reference to parseSpec (#21289) The current reference pointed to the wrong location --- tests/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/readme.md b/tests/readme.md index fe59a7757e..f638ddc103 100644 --- a/tests/readme.md +++ b/tests/readme.md @@ -9,7 +9,7 @@ top-level tests like `tests/tbar.nim`. Each test can contain a spec in a ``discard """ ... """`` block. -**Check out the [``parseSpec`` procedure](https://github.com/nim-lang/Nim/blob/devel/testament/specs.nim#L158) in the ``specs`` module for a full and reliable reference** +**Check out the [``parseSpec`` procedure](https://github.com/nim-lang/Nim/blob/devel/testament/specs.nim#L315) in the ``specs`` module for a full and reliable reference** ## action