aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/misc.h')
-rw-r--r--engines/testbed/misc.h6
1 files changed, 3 insertions, 3 deletions
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