From f8c3e581001f48c9d50a544d45808dbbfe8a4cd3 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Tue, 10 Jun 2003 21:31:38 +0000 Subject: [PATCH] ICU-3009 Thread starting in test code, back out what appears to have been an accidental change. X-SVN-Rev: 12421 --- icu4c/source/test/intltest/tsmthred.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/tsmthred.cpp b/icu4c/source/test/intltest/tsmthred.cpp index a19ba218405..cb384af039f 100644 --- a/icu4c/source/test/intltest/tsmthred.cpp +++ b/icu4c/source/test/intltest/tsmthred.cpp @@ -172,8 +172,7 @@ int32_t SimpleThread::start() return -1; } - // imp->fHandle = _beginthread( SimpleThreadProc, 0 /*stack size*/ , (void *)this ); - imp->fHandle = -1; + imp->fHandle = _beginthread( SimpleThreadProc, 0 /*stack size*/ , (void *)this ); if (imp->fHandle == -1) { // An error occured int err = errno;