Refactor big test into smaller tests

This commit is contained in:
Ion Gaztañaga
2018-09-25 09:07:09 +02:00
parent f3e2c9cc73
commit 59f70078f0
12 changed files with 619 additions and 209 deletions
-1
View File
@@ -21,6 +21,5 @@ template class ::boost::container::list<empty>;
int main()
{
::boost::container::list<empty> dummy;
(void)dummy;
return 0;
}