From e3f27e3571923b0c7514893ec7876df082a2788e Mon Sep 17 00:00:00 2001 From: Steffen Mecke Date: Sun, 28 Feb 2016 20:34:37 +0100 Subject: [PATCH] clean up after your tests, young grashopper --- src/laws.test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/laws.test.c b/src/laws.test.c index a261bf907..64f65663c 100644 --- a/src/laws.test.c +++ b/src/laws.test.c @@ -1335,6 +1335,8 @@ static void test_demon_hunger(CuTest * tc) CuAssertIntEquals(tc, 10, i_get(u->items, rtype->itype)); msg = test_get_last_message(u->faction->msgs); CuAssertStrEquals(tc, "malnourish", test_get_messagetype(msg)); + + test_cleanup(); } CuSuite *get_laws_suite(void)