relax allocated-memory tests for libcxx
Summary: The current version of libc++ deallocates the existing capacity when calling operator=(initializer_list), even if the map is empty. This diff relaxes the expectations of F14's allocated memory tests (which fall back to the underlying STL std::unordered_map on some platforms) to accept this implementation. Reviewed By: shixiao Differential Revision: D17527441 fbshipit-source-id: 01da55aaeb6f8328e093251b026052dac365f7b2
Showing
Please register or sign in to comment