[libcxx-commits] [PATCH] D141269: [libc++][test] _VSTD => std:: in test code

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 9 03:16:42 PST 2023


philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.

> No _VSTD allowed in non-libc++-specific test code

Also not in libc++-specific test code :-)

Could you also fix the `_VSTD` in `func.not_fn/not_fn.pass.cpp:399` while you're at it? You can just change that when landing the patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141269



More information about the libcxx-commits mailing list