added max_bases test. renamed aux::test to test::aux.

This commit is contained in:
Lorenzo Caminiti
2016-01-27 08:10:48 -08:00
parent 8462c58993
commit 1ab47c587c
156 changed files with 730 additions and 607 deletions

View File

@@ -10,7 +10,7 @@
#include <boost/detail/lightweight_test.hpp>
#include <sstream>
boost::contract::aux::test::oteststream out;
boost::contract::test::aux::oteststream out;
struct c {
static void static_invariant() { out << "c::static_inv" << std::endl; }