mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[inclusive-language] changed sanity to soundness
This commit is contained in:
@@ -113,7 +113,7 @@ TEST(FrozenMultiMapCustomTest, TestResetWorks) {
|
||||
|
||||
map.setFrozen();
|
||||
|
||||
// Just do a quick sanity test.
|
||||
// Just do a quick soundness test.
|
||||
auto range = map.getRange();
|
||||
auto begin = range.begin();
|
||||
auto end = range.end();
|
||||
|
||||
Reference in New Issue
Block a user