Improved ASSERT macro, and renamed tests/check.hpp to tests/assert.hpp

This commit is contained in:
eidheim 2019-03-23 13:46:31 +01:00
commit e716cd9764
6 changed files with 13 additions and 14 deletions

View file

@ -1,7 +1,6 @@
#include <vector>
#include "check.hpp"
#include "assert.hpp"
#include "crypto.hpp"
#include <vector>
using namespace std;
using namespace SimpleWeb;