diff options
Diffstat (limited to 'docs/markdown/Unit-tests.md')
-rw-r--r-- | docs/markdown/Unit-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md index c9856d4..c2cbc71 100644 --- a/docs/markdown/Unit-tests.md +++ b/docs/markdown/Unit-tests.md @@ -36,7 +36,7 @@ By default, environment variable [`MALLOC_PERTURB_`](http://man7.org/linux/man-pages/man3/mallopt.3.html) is set to a random value between 1..255. This can help find memory leaks on configurations using glibc, including with non-GCC compilers. This feature -can be disabled as discussed in [test()](Reference-manual.md#test). +can be disabled as discussed in [[test]]. ## Coverage |