Skip to content

Commit 17a5c06

Browse files
multimap.cons WIP
1 parent 24ba4a0 commit 17a5c06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libcxx/test/std/containers/associative/multimap/multimap.cons/dtor_noexcept.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ bool test() {
4848
}
4949
#endif // _LIBCPP_VERSION
5050

51-
return 0;
52-
5351
return true;
5452
}
5553
int main(int, char**) {

libcxx/test/std/containers/associative/multimap/multimap.cons/from_range.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "../../from_range_associative_containers.h"
2323
#include "test_macros.h"
2424

25+
TEST_CONSTEXPR_CXX26
2526
void test_duplicates() {
2627
using T = std::pair<const int, char>;
2728
std::array input = {T{1, 'a'}, T{2, 'a'}, T{3, 'a'}, T{3, 'b'}, T{3, 'c'}, T{2, 'b'}, T{4, 'a'}};

0 commit comments

Comments
 (0)