[libcxx-commits] [PATCH] D111148: [libc++[test] Move DELETE_FUNCTION into test_macros.h. NFC.

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 06:40:23 PDT 2021


jloser created this revision.
jloser added reviewers: ldionne, Quuxplusone, Mordante.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Some tests repeat the definition of `DELETE_FUNCTION` macro locally. Instead,
lift `DELETE_FUNCTION` macro into `test_macros.h`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111148

Files:
  libcxx/test/libcxx/iterators/contiguous_iterators.pass.cpp
  libcxx/test/std/utilities/memory/storage.iterator/raw_storage_iterator.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp
  libcxx/test/support/test_iterators.h
  libcxx/test/support/test_macros.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111148.377196.patch
Type: text/x-patch
Size: 3269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211005/96f93503/attachment.bin>


More information about the libcxx-commits mailing list