Skip to content

Commit 248c6c0

Browse files
multimap.observers
1 parent 9675b5e commit 248c6c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libcxx/test/std/containers/associative/multimap/multimap.observers/key_comp.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include <cassert>
1515
#include <string>
1616

17+
#include "test_macros.h"
18+
1719
TEST_CONSTEXPR_CXX26
1820
bool test() {
1921
typedef std::multimap<int, std::string> map_type;

libcxx/test/std/containers/associative/multimap/multimap.observers/value_comp.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include <cassert>
1515
#include <string>
1616

17+
#include "test_macros.h"
18+
1719
TEST_CONSTEXPR_CXX26
1820
bool test() {
1921
typedef std::multimap<int, std::string> map_type;

0 commit comments

Comments
 (0)