[LSan] Rewrite the test from r223419 to not use C++11.
authorSergey Matveev <earthdok@google.com>
Fri, 5 Dec 2014 17:21:43 +0000 (17:21 +0000)
committerSergey Matveev <earthdok@google.com>
Fri, 5 Dec 2014 17:21:43 +0000 (17:21 +0000)
commit5a03a9919f0c21548b4b4d75dc47e484eeb81a10
tree9a0a7f71a28b4a9ca9e779d1562986baeeb30e61
parent4bfaeba6a920f5012ff34ab706303649bee24dc0
[LSan] Rewrite the test from r223419 to not use C++11.

This was causing build failures on llvm-clang-lld-x86_64-centos-6.5 for some
reason. Anyway, the new way is better because we no longer rely on std::thread
implementation details.

llvm-svn: 223480
compiler-rt/test/lsan/TestCases/leak_check_before_thread_started.cc