|
|
|
@ -59,9 +59,9 @@ namespace sample1 { |
|
|
|
.name="std::deque basic operations", |
|
|
|
.name="std::deque basic operations", |
|
|
|
.options={ .fail_fast=false }, |
|
|
|
.options={ .fail_fast=false }, |
|
|
|
.tests={ |
|
|
|
.tests={ |
|
|
|
{"test_push_pop_back", test_push_pop_back}, |
|
|
|
TEST(test_push_pop_back), |
|
|
|
{"test_push_pop_front", test_push_pop_front}, |
|
|
|
TEST(test_push_pop_front), |
|
|
|
{"test_push_blows_up", test_push_blows_up}, |
|
|
|
TEST(test_push_blows_up), |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|