[libcxx-commits] [PATCH] D56498: [libcxx] Fix order checking in some more unordered_multimap tests.

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 17 22:42:09 PDT 2019


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

Actually, looking again. This is good.

Thanks for the change.



================
Comment at: test/std/containers/check_consecutive.h:1
+//===----------------------------------------------------------------------===//
+//
----------------
Please put this in `test/support`, which is on the include paths for the tests. That way you don't have to include it via relative path.


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

https://reviews.llvm.org/D56498





More information about the libcxx-commits mailing list