mirror of
https://github.com/google/googletest.git
synced 2024-12-28 19:15:24 +08:00
Merge pull request #671 from mehagar/patch-1
Fix typo in AdvancedGuide.md
This commit is contained in:
commit
e1f3d8d175
@ -32,7 +32,7 @@ output in the future.
|
||||
|
||||
`FAIL()` generates a fatal failure, while `ADD_FAILURE()` and `ADD_FAILURE_AT()` generate a nonfatal
|
||||
failure. These are useful when control flow, rather than a Boolean expression,
|
||||
deteremines the test's success or failure. For example, you might want to write
|
||||
determines the test's success or failure. For example, you might want to write
|
||||
something like:
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user