stack almost good
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
|
||||
#ifndef TESTS_MAP_CPP
|
||||
#define TESTS_MAP_CPP
|
||||
|
||||
#include "tests_utils.hpp"
|
||||
|
||||
/**/ // UTILS for some tests
|
||||
@@ -336,7 +333,6 @@ TEST_M(tests_map_clear)
|
||||
DELETE
|
||||
}
|
||||
|
||||
/*
|
||||
TEST_M(tests_map_key_comp)
|
||||
{
|
||||
// title
|
||||
@@ -386,7 +382,6 @@ TEST_M(tests_map_value_comp)
|
||||
|
||||
DELETE
|
||||
}
|
||||
*/
|
||||
|
||||
TEST_M(tests_map_find)
|
||||
{
|
||||
@@ -439,7 +434,6 @@ TEST_M(tests_map_count)
|
||||
DELETE
|
||||
}
|
||||
|
||||
/*
|
||||
TEST_M(tests_map_lower_bound)
|
||||
{
|
||||
// title
|
||||
@@ -532,7 +526,6 @@ TEST_M(tests_map_get_allocator)
|
||||
|
||||
DELETE
|
||||
}
|
||||
*/
|
||||
|
||||
TEST_M(tests_map_relational_operators)
|
||||
{
|
||||
@@ -614,5 +607,3 @@ TEST_M(tests_map_swap_non_member)
|
||||
DELETE
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user