diff --git a/source/eventy/engine.d b/source/eventy/engine.d index 0c6bdb6..6c58c0e 100644 --- a/source/eventy/engine.d +++ b/source/eventy/engine.d @@ -68,7 +68,7 @@ unittest Thread.sleep(dur!("seconds")(2)); engine.push(eTest); - writeln("naai"); + writeln("done with main thread code"); /* TODO: Before shutting down, actually test it out (i.e. all events ran) */ engine.shutdown();