Skip to content

Commit c11d726

Browse files
authored
Merge pull request #52 from noamtashma/fix-extra-hyphen
fix an extra hyphen
2 parents b61d0a2 + addb3ba commit c11d726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/development/building-and-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ fn function_to_debug() {
3434
Then one can run a test which exercises the code to debug and show the error output via
3535

3636
```shell,ignore
37-
./x.py test library/alloc --test-args <test_name> --test-args --no-capture
37+
./x.py test library/alloc --test-args <test_name> --test-args --nocapture
3838
```

0 commit comments

Comments
 (0)