diff options
author | Brad Messer <bmesser@us.ibm.com> | 2022-03-18 16:19:38 (GMT) |
---|---|---|
committer | Brad Messer <bmesser@us.ibm.com> | 2022-03-18 16:19:38 (GMT) |
commit | 794da715d409aa8d5b092a1692d7802624066ab3 (patch) | |
tree | cec955bfa3aed0c2e3e2a5bd1d3fd68b068f00e8 /googlemock | |
parent | ae5e06dd35c6137d335331b0815cf1f60fd7e3c5 (diff) | |
download | googletest-794da715d409aa8d5b092a1692d7802624066ab3.zip googletest-794da715d409aa8d5b092a1692d7802624066ab3.tar.gz googletest-794da715d409aa8d5b092a1692d7802624066ab3.tar.bz2 |
Remove sanity as it is offensive to neurodiverse individuals.
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/test/gmock-matchers_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc index 6d480e0..578425d 100644 --- a/googlemock/test/gmock-matchers_test.cc +++ b/googlemock/test/gmock-matchers_test.cc @@ -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"}; |