[libcxx-commits] [PATCH] D124391: [libcxx][NFC] Inclusive language: remove use of sanity check
Quinn Pham via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 25 14:54:01 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG09e75d3f0996: [libcxx][NFC] Inclusive language: remove use of sanity check (authored by quinnp).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124391/new/
https://reviews.llvm.org/D124391
Files:
libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/overflow.pass.cpp
libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail.pass.cpp
Index: libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail.pass.cpp
===================================================================
--- libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail.pass.cpp
+++ libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail.pass.cpp
@@ -36,7 +36,7 @@
int main(int, char**)
{
- // sanity check
+ // check pbackfail
{
testbuf<char> tb("");
tb.pbackfail();
Index: libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/overflow.pass.cpp
===================================================================
--- libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/overflow.pass.cpp
+++ libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/overflow.pass.cpp
@@ -38,7 +38,7 @@
int main(int, char**)
{
- // sanity check
+ // check overflow
{
testbuf<char> tb("");
tb.overflow();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124391.425038.patch
Type: text/x-patch
Size: 1021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220425/19966b4a/attachment.bin>
More information about the libcxx-commits
mailing list