[libcxx-commits] [PATCH] D144490: [libc++abi] Adjust test_exception_storage.pass.cpp

Michael Platings via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 21 08:04:52 PST 2023


michaelplatings added inline comments.


================
Comment at: libcxxabi/test/test_exception_storage.pass.cpp:16-17
+#ifndef TEST_HAS_NO_THREADS
 #include <__threading_support>
 #include <unistd.h>
+#endif
----------------
I think these should be indented now e.g. `#  include <...>`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144490



More information about the libcxx-commits mailing list