doc/testing: Typo

This commit is contained in:
Robert Hensing 2024-07-09 11:49:18 +02:00
parent 9d7397c4ba
commit 63f520fd00

View file

@ -91,7 +91,7 @@ A environment variables that Google Test accepts are also worth knowing:
Putting the two together, one might run Putting the two together, one might run
```bash ```bash
GTEST_BREIF=1 GTEST_FILTER='ErrorTraceTest.*' meson test nix-expr-tests -v GTEST_BRIEF=1 GTEST_FILTER='ErrorTraceTest.*' meson test nix-expr-tests -v
``` ```
for short but comprensive output. for short but comprensive output.