[libcxx-commits] [PATCH] D151205: [libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap`
Hristo Hristov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 25 02:43:10 PDT 2023
H-G-Hristov added a comment.
@philnik Thank you for the review.
================
Comment at: libcxx/test/std/containers/associative/map/map.nonmember/compare.three_way.verify.cpp:21
+
+#include "test_allocator.h"
+
----------------
H-G-Hristov wrote:
> philnik wrote:
> > This include doesn't seem to be used,
> It is used for the last test.
> It is used for the last test.
Moved the test with the allocator to the top.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151205/new/
https://reviews.llvm.org/D151205
More information about the libcxx-commits
mailing list