Hash: Clean up some unit tests.

- Remove some unnecessary headers.
- Try to fix warning in enum tests.
- Compile tests + hash namespace in enum tests.


[SVN r80154]
This commit is contained in:
Daniel James
2012-08-23 12:18:18 +00:00
parent 05f16beaf0
commit f1de575546
6 changed files with 13 additions and 26 deletions

View File

@@ -12,10 +12,6 @@
#endif
#include <boost/detail/lightweight_test.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits/is_base_and_derived.hpp>
#include "./compile_time.hpp"
void void_func1() { static int x = 1; ++x; }