Re-enable ThreadCheckerDeathTest.MethodNotAllowedOnDifferentThreadInDebug (missed when enabling other base tests).

BUG=3836
R=marpan@google.com

Review URL: https://webrtc-codereview.appspot.com/24909004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7425 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2014-10-10 21:41:55 +00:00
parent 4ddbbed16e
commit 7f7b0a1cdd

View File

@ -157,8 +157,7 @@ void ThreadCheckerClass::MethodOnDifferentThreadImpl() {
}
#if ENABLE_THREAD_CHECKER
TEST(ThreadCheckerDeathTest,
DISABLED_MethodNotAllowedOnDifferentThreadInDebug) {
TEST(ThreadCheckerDeathTest, MethodNotAllowedOnDifferentThreadInDebug) {
ASSERT_DEATH({
ThreadCheckerClass::MethodOnDifferentThreadImpl();
}, "");