Fixed includes
This commit is contained in:
@@ -5,9 +5,7 @@
|
|||||||
* @author John Christman (sorakatadzuma@gmail.com)
|
* @author John Christman (sorakatadzuma@gmail.com)
|
||||||
* @copyright Malunal Studios, LLC.
|
* @copyright Malunal Studios, LLC.
|
||||||
*/
|
*/
|
||||||
#include "malunal/types/bool.h"
|
#include "malunal/type.h"
|
||||||
#include "malunal/types/integer.h"
|
|
||||||
#include "malunal/types/string.h"
|
|
||||||
|
|
||||||
#ifndef MALUNAL_ASSERT_HEADER
|
#ifndef MALUNAL_ASSERT_HEADER
|
||||||
#define MALUNAL_ASSERT_HEADER
|
#define MALUNAL_ASSERT_HEADER
|
||||||
|
|||||||
+2
-2
@@ -14,7 +14,7 @@ assertion_handler(
|
|||||||
}
|
}
|
||||||
|
|
||||||
malunal_void_t
|
malunal_void_t
|
||||||
assertion_test(
|
assert_test(
|
||||||
malunal_bool_t cond,
|
malunal_bool_t cond,
|
||||||
malunal_cstr_t expr,
|
malunal_cstr_t expr,
|
||||||
malunal_cstr_t msg,
|
malunal_cstr_t msg,
|
||||||
@@ -25,7 +25,7 @@ assertion_test(
|
|||||||
}
|
}
|
||||||
|
|
||||||
malunal_void_t
|
malunal_void_t
|
||||||
assertion_failed(
|
assert_failed(
|
||||||
malunal_cstr_t expr,
|
malunal_cstr_t expr,
|
||||||
malunal_cstr_t msg,
|
malunal_cstr_t msg,
|
||||||
malunal_cstr_t file,
|
malunal_cstr_t file,
|
||||||
|
|||||||
Reference in New Issue
Block a user