bst vs heap: move in fully from cpp-cheat

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-26 00:00:00 +00:00
parent d37344ac11
commit 178a6681df
7 changed files with 266 additions and 91 deletions

View File

@@ -474,6 +474,12 @@ path_properties_tuples = (
'return2.c': {'exit_status': 2},
}
),
'cpp': (
{},
{
'bst_vs_heap_vs_hashmap.cpp': {'more_than_1s': True},
},
),
'gcc': (
gnu_extension_properties,
{