summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 5275d4d..5a74414 100644
--- a/src/test.c
+++ b/src/test.c
@@ -7,7 +7,8 @@
#include "honeysuckle.h"
-/* minunit testing macros modified from those at www.jera.com/techinfo/jtns/jtn002.html */
+/* minunit testing macros modified from those at
+ www.jera.com/techinfo/jtns/jtn002.html */
#define mu_assert(message, test) do { if (!(test)) return message; } while (0)
#define mu_run_test(name, test) do { \
lua_State *L = luaL_newstate(); \