[libcxx-commits] [PATCH] D146236: [libc++] Remove unnecessary main() function in .compile.pass.cpp tests

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 17 08:02:45 PDT 2023


ldionne added a comment.

In D146236#4200028 <https://reviews.llvm.org/D146236#4200028>, @Mordante wrote:

> LGTM, did you also verify the `verify` and `fail` tests? If not, then that would be nice as a followup.

I'll do it for `.verify.cpp` tests too, however `.compile.fail.cpp` tests should move to `.verify` and there's a lot of them, so I'd rather tackle that separately (if at all for the time being).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146236/new/

https://reviews.llvm.org/D146236



More information about the libcxx-commits mailing list