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.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rG0bff6a3e3913: [libc] simplify printf converter tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo