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.