diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/README.md b/test/syscalls/README.md index 9adbf84c0..c72aaf9bc 100644 --- a/test/syscalls/README.md +++ b/test/syscalls/README.md @@ -86,7 +86,7 @@ SyscallFailsWithErrno(...) The test utilties are written as RAII classes. These utilities should be preferred over custom test harnesses. -Local class instances should be preferred, whereever possible, over full test +Local class instances should be preferred, wherever possible, over full test fixtures. A test utility should be created when there is more than one test that requires |