summaryrefslogtreecommitdiff
path: root/website/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/manual.md')
-rw-r--r--website/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md
index ee6006b4b..600e4fecc 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -160,7 +160,7 @@ cargo build -vv
./target/debug/deno tests/002_hello.ts
# Test.
-CARGO_TEST=1 ./tools/test.py
+./tools/test.py
# Format code.
./tools/format.py