From b16b2eb06fa09b22ab50b3bd2703fe79c0ca4fc6 Mon Sep 17 00:00:00 2001 From: n5m <72841454+n5m@users.noreply.github.com> Date: Sat, 17 Oct 2020 18:30:12 +0000 Subject: [PATCH] document that Nim executable must be included (#15611) --- doc/testament.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/testament.rst b/doc/testament.rst index 82dfb75bdd..d515ac2cb5 100644 --- a/doc/testament.rst +++ b/doc/testament.rst @@ -94,7 +94,7 @@ Example "template" **to edit** and write a Testament unittest: valgrind: false # Can use Valgrind to check for memory leaks, or not (Linux 64Bit only). - cmd: "c -r $file" # Command the test should use to run. + cmd: "nim c -r $file" # Command the test should use to run. maxcodesize: 666 # Maximum generated temporary intermediate code file size for the test.