From c6d136cb11c6f33e437a6cd838509afad1effbbc Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Wed, 4 Nov 2009 14:51:23 -0800 Subject: Make tests compile with DEBUG_TESTS. --- crawl-ref/source/makeitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.h') diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h index 4aaa150d6d..05cde765c8 100644 --- a/crawl-ref/source/makeitem.h +++ b/crawl-ref/source/makeitem.h @@ -36,7 +36,7 @@ void item_set_appearance(item_def &item); bool is_weapon_brand_ok(int type, int brand); bool is_armour_brand_ok(int type, int brand); -#ifdef DEBUG_DIAGNOSTICS +#if DEBUG_DIAGNOSTICS || DEBUG_TESTS void makeitem_tests(); #endif #endif -- cgit v1.2.3-54-g00ecf