Remove sanity as it is offensive to neurodiverse individuals.

This commit is contained in:
Brad Messer
2022-03-18 12:19:38 -04:00
parent ae5e06dd35
commit 794da715d4
4 changed files with 4 additions and 4 deletions

View File

@@ -7666,7 +7666,7 @@ TEST(ElementsAreArrayTest, CanBeCreatedWithIteratorRange) {
}
// Since ElementsAre() and ElementsAreArray() share much of the
// implementation, we only do a sanity test for native arrays here.
// implementation, we only do a test for native arrays here.
TEST(ElementsAreArrayTest, WorksWithNativeArray) {
::std::string a[] = {"hi", "ho"};
::std::string b[] = {"hi", "ho"};