diff options
author | kraptor <7249728+kraptor@users.noreply.github.com> | 2019-10-04 19:30:58 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-10-04 19:30:58 +0200 |
commit | 412011eb961cf4e5658491aa975fd9d5cd5ca916 (patch) | |
tree | bd041c77eac8edd18aedd56571474b38642015dc /tests | |
parent | 294d5fb56024c7b0365b4ce0620498fbd2f40d9c (diff) | |
download | Nim-412011eb961cf4e5658491aa975fd9d5cd5ca916.tar.gz |
Fix reference to parseSpec proc in readme (#12359)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/readme.md b/tests/readme.md index 1ee93dbcb..b9b8abd39 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 |