Commit 29d25406 authored by Abseil Team's avatar Abseil Team Committed by Andy Soffer
Browse files

Googletest export

Proliferation of inclusive language.

PiperOrigin-RevId: 387535677
parent 2d924d7a
...@@ -383,10 +383,10 @@ EXPECT_TRUE(IsCorrectBarIntVector(bar_ints)) ...@@ -383,10 +383,10 @@ EXPECT_TRUE(IsCorrectBarIntVector(bar_ints))
## Death Tests ## Death Tests
In many applications, there are assertions that can cause application failure if In many applications, there are assertions that can cause application failure if
a condition is not met. These sanity checks, which ensure that the program is in a condition is not met. These consistency checks, which ensure that the program
a known good state, are there to fail at the earliest possible time after some is in a known good state, are there to fail at the earliest possible time after
program state is corrupted. If the assertion checks the wrong condition, then some program state is corrupted. If the assertion checks the wrong condition,
the program may proceed in an erroneous state, which could lead to memory then the program may proceed in an erroneous state, which could lead to memory
corruption, security holes, or worse. Hence it is vitally important to test that corruption, security holes, or worse. Hence it is vitally important to test that
such assertion statements work as expected. such assertion statements work as expected.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment