[PATCH] D54838: [libcxx] Fix order checking in unordered_multimap tests.

Louis Dionne via Phabricator reviews at reviews.llvm.org
Mon Nov 26 13:04:55 PST 2018


ldionne added a comment.

I just had a discussion with other libc++ maintainers and we'd like to conserve the order-dependent tests, but only for libc++. Could you please keep the order-dependent tests in a suitably-named file under `test/libcxx/<...>` instead of `test/std/<...>`? Tests under `test/libcxx/` are libc++-specific.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D54838





More information about the libcxx-commits mailing list