From d0c4d1215534cad29a7e02e3012b2cbe8e35ea6f Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 19 May 2022 16:49:52 +0200 Subject: [PATCH] Make unit testing method private within module --- source/eventy/engine.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/eventy/engine.d b/source/eventy/engine.d index 6c58c0e..d5e915f 100644 --- a/source/eventy/engine.d +++ b/source/eventy/engine.d @@ -13,7 +13,7 @@ import eventy.exceptions; import std.stdio; /* TODO: Move elsewhere, this thing thinks it's a delegate in the unit test, idk why */ -void runner(Event e) +private void runner(Event e) { import std.stdio;