summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorn5m <72841454+n5m@users.noreply.github.com>2020-10-17 18:30:12 +0000
committerGitHub <noreply@github.com>2020-10-17 20:30:12 +0200
commitb16b2eb06fa09b22ab50b3bd2703fe79c0ca4fc6 (patch)
treed205ff3c46bc59a6dc79e7ccdaeb2d78b44e8692 /doc
parent66cd9c2e57de027781a11f4434112ab0e5cfea7b (diff)
downloadNim-b16b2eb06fa09b22ab50b3bd2703fe79c0ca4fc6.tar.gz
document that Nim executable must be included (#15611)
Diffstat (limited to 'doc')
-rw-r--r--doc/testament.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testament.rst b/doc/testament.rst
index 82dfb75bd..d515ac2cb 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.