[libc-commits] [PATCH] D127341: [libc] simplify printf converter tests

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 8 13:15:41 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

previously the printf converter tests reused the same string_writer,
which meant that each test depended on the tests before it to succeed.
This makes a new string_writer for each test to simplify and clarify the
tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127341

Files:
  libc/test/src/stdio/printf_core/converter_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127341.435307.patch
Type: text/x-patch
Size: 8316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220608/02b9fecc/attachment.bin>


More information about the libc-commits mailing list