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,5 +1,5 @@
#include "assert.hpp"
#include "status_code.hpp"
#include "check.hpp"
using namespace SimpleWeb;