- Silence warnings for unused parameters / variables
- There's no reason to output unexpected exceptions only for libc++
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG0d91b0505214: [libc++][test] cleanup in formatter.h
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I've been working on a more generic way for test validation, so I probably will change this code in the near future.
But the current version is an improvement, LGTM thanks!
Note the CI errors are unrelated.
libcxx/test/std/time/time.syn/formatter_tests.h | ||
---|---|---|
98 | Nice catch, usually I have tests where I validate e.what() == expected which is libc++ specific. This one indeed is generic. |
Nice catch, usually I have tests where I validate e.what() == expected which is libc++ specific. This one indeed is generic.