summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-12 15:24:13 +0000
committerDavid Robillard <d@drobilla.net>2012-05-12 15:24:13 +0000
commit73a7dd2818c8eb2d46b2065347030691bfc8140a (patch)
treec9cdb0716a8435e726923b12627f0c59bd48f23c /test
parentff66c64ebad0761c726ef52b95ec4f2b41c9b853 (diff)
downloadraul-73a7dd2818c8eb2d46b2065347030691bfc8140a.tar.gz
raul-73a7dd2818c8eb2d46b2065347030691bfc8140a.tar.bz2
raul-73a7dd2818c8eb2d46b2065347030691bfc8140a.zip
Fix Thread::get() when called before any Thread is created.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4378 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r--test/thread_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/thread_test.cpp b/test/thread_test.cpp
index 03dbaa9..176e544 100644
--- a/test/thread_test.cpp
+++ b/test/thread_test.cpp
@@ -24,8 +24,6 @@ private:
int
main()
{
- Thread::create_for_this_thread();
-
Thread& this_thread = Thread::get();
this_thread.set_name("Main");