Skip to content

Commit 69326ee

Browse files
committed
Update libcxx tests
1 parent 106e6be commit 69326ee

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

test/sources/LibcxxHashMultiMapTester.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,8 @@ namespace std
6262
LibcxxHashMultiMapSettings>>;
6363
#endif
6464

65-
template<typename TKey>
66-
using set = momo::stdish::set<TKey>;
67-
68-
template<typename TKey>
69-
using multiset = momo::stdish::multiset<TKey>;
65+
using momo::stdish::set;
66+
using momo::stdish::multiset;
7067
}
7168

7269
#define LIBCXX_TEST_PREFIX "hash_multimap" LIBCXX_TEST_PREFIX_TAIL

test/sources/LibcxxSemiListTester.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ namespace std
3737
typename TAllocator = std::allocator<TValue>>
3838
using list = momo::stdish::semi_list<TValue, TAllocator>;
3939

40-
template<typename TKey>
41-
using set = momo::stdish::set<TKey>;
40+
using momo::stdish::set;
4241
}
4342

4443
#define LIBCXX_TEST_CLASS momo::stdish::semi_list

0 commit comments

Comments
 (0)