From 5df7f3fd5ccd39fc73e7726eafacd3cd73ae4bc3 Mon Sep 17 00:00:00 2001 From: kraptor <7249728+kraptor@users.noreply.github.com> Date: Fri, 4 Oct 2019 19:30:58 +0200 Subject: [PATCH] Fix reference to parseSpec proc in readme (#12359) (cherry picked from commit 412011eb961cf4e5658491aa975fd9d5cd5ca916) --- tests/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/readme.md b/tests/readme.md index 1ee93dbcb4..b9b8abd39f 100644 --- a/tests/readme.md +++ b/tests/readme.md @@ -10,7 +10,7 @@ execute the compiled binary, you need to specify a spec with an ``action`` key 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#L124) 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#L132) in the ``specs`` module for a full and reliable reference** ## action