aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/syscall_descriptions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md
index 4f4980d02..67e70a45a 100644
--- a/docs/syscall_descriptions.md
+++ b/docs/syscall_descriptions.md
@@ -300,5 +300,5 @@ if you add some temporal `debug` calls to the pseudo-syscall, `syz-execprog -deb
The test syntax can be checked by running:
```
-go test -run=TestSysTests ./pkg/csource
+go test -run=TestParsing ./pkg/runtest
```