summaryrefslogtreecommitdiff
path: root/tests/test-Threads.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-Threads.cc')
-rw-r--r--tests/test-Threads.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test-Threads.cc b/tests/test-Threads.cc
index 1005906..50cc741 100644
--- a/tests/test-Threads.cc
+++ b/tests/test-Threads.cc
@@ -1,12 +1,9 @@
#include <Main.h>
#include <Threads.h>
-BALAU_STARTUP;
-
using namespace Balau;
class TestThread : public Thread {
- private:
virtual void * proc();
};