forked from OSchip/llvm-project
[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:
parent
76d1f5eaa8
commit
09e75d3f09
|
@ -38,7 +38,7 @@ struct testbuf
|
|||
|
||||
int main(int, char**)
|
||||
{
|
||||
// sanity check
|
||||
// check overflow
|
||||
{
|
||||
testbuf<char> tb("");
|
||||
tb.overflow();
|
||||
|
|
|
@ -36,7 +36,7 @@ struct testbuf
|
|||
|
||||
int main(int, char**)
|
||||
{
|
||||
// sanity check
|
||||
// check pbackfail
|
||||
{
|
||||
testbuf<char> tb("");
|
||||
tb.pbackfail();
|
||||
|
|
Loading…
Reference in New Issue