[libcxx][NFC] Inclusive language: remove use of sanity check

from libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/

[NFC] As part of using inclusive language within the llvm project, this
patch rewords comments to remove sanity check.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D124391
This commit is contained in:
Quinn Pham 2022-04-22 16:21:02 -05:00
parent 76d1f5eaa8
commit 09e75d3f09
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ struct testbuf
int main(int, char**)
{
// sanity check
// check overflow
{
testbuf<char> tb("");
tb.overflow();

View File

@ -36,7 +36,7 @@ struct testbuf
int main(int, char**)
{
// sanity check
// check pbackfail
{
testbuf<char> tb("");
tb.pbackfail();