From 8e69778466c3d80d0eb86b38891d74fbc769951e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 15:42:50 +0100 Subject: Remove TimeSlice and TimeStamp --- wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 293d9db..7f8cd77 100644 --- a/wscript +++ b/wscript @@ -83,8 +83,7 @@ tests = ['array_test', 'ringbuffer_test', 'sem_test', 'symbol_test', - 'thread_test', - 'time_test'] + 'thread_test'] if sys.platform != 'win32': tests += ['socket_test'] -- cgit v1.2.1