docs: fix typo in tests README (#2281)

This commit is contained in:
Ren yiwei
2026-07-07 08:48:39 +08:00
committed by GitHub
parent c0ec804823
commit 84bf4cc414

View File

@@ -34,7 +34,7 @@ gdb runtest
# start under debugger:
(gdb) run
# if segfault occured:
# if segfault occurred:
(gdb) where
```