From 7d413050ba01229fd54d087c23777b26011c258f Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Tue, 25 Mar 2014 15:41:15 +0100 Subject: fix mch_delay() unittest --- test/unit/os/time.moon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/unit/os/time.moon b/test/unit/os/time.moon index 76ad86b799..e963f6e253 100644 --- a/test/unit/os/time.moon +++ b/test/unit/os/time.moon @@ -4,6 +4,9 @@ time = cimport './src/os/time.h' describe 'time function', -> + setup -> + time.time_init! + describe 'mch_delay', -> mch_delay = (ms) -> time.mch_delay ms, false -- cgit