summaryrefslogtreecommitdiff
path: root/tests/test-Sanity.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-Sanity.cc')
-rw-r--r--tests/test-Sanity.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-Sanity.cc b/tests/test-Sanity.cc
index 1495f76..52a85cc 100644
--- a/tests/test-Sanity.cc
+++ b/tests/test-Sanity.cc
@@ -4,11 +4,10 @@ BALAU_STARTUP;
using namespace Balau;
-int Application::startup() throw (Balau::GeneralException) {
+void MainTask::Do() {
Printer::log(M_STATUS, "Test::Sanity running.");
Assert(sizeof(off_t) == 8);
Printer::log(M_STATUS, "Test::Sanity passed.");
- return 0;
}