diff --git a/src/development/building-and-debugging.md b/src/development/building-and-debugging.md index 5b4f91a..9922ad8 100644 --- a/src/development/building-and-debugging.md +++ b/src/development/building-and-debugging.md @@ -34,5 +34,5 @@ fn function_to_debug() { Then one can run a test which exercises the code to debug and show the error output via ```shell,ignore -./x.py test library/alloc --test-args --test-args --no-capture +./x.py test library/alloc --test-args --test-args --nocapture ``` \ No newline at end of file