From 4e92b3a17ea963d3c006c93abd28287e0fac153a Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Mon, 9 Aug 2010 20:10:53 +0000 Subject: TESTBED: Some refinemnts related to skipping tests and display in GUI svn-id: r51945 --- engines/testbed/misc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/testbed/misc.h') diff --git a/engines/testbed/misc.h b/engines/testbed/misc.h index 1ca01224e5..395955c7fe 100644 --- a/engines/testbed/misc.h +++ b/engines/testbed/misc.h @@ -48,9 +48,9 @@ void timerCallback(void *arg); void criticalSection(void *arg); // will contain function declarations for Misc tests -bool testDateTime(); -bool testTimers(); -bool testMutexes(); +TestExitStatus testDateTime(); +TestExitStatus testTimers(); +TestExitStatus testMutexes(); // add more here } // End of namespace MiscTests -- cgit v1.2.3