summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 7de3206765..2854529db9 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -3792,7 +3792,6 @@ static bool _initialise(void)
tiles.initialise_items();
#endif
Options.show_more_prompt = false;
- makeitem_tests();
crawl_tests::run_tests(true);
// Superfluous, just to make it clear that this is the end of
// the line.