Index: ui/views/animation/ink_drop_impl_unittest.cc |
diff --git a/ui/views/animation/ink_drop_impl_unittest.cc b/ui/views/animation/ink_drop_impl_unittest.cc |
index 2ca8042e924f129ad4c219aa7580ae817d617b23..8b9336c9a85d8626e303a711ac44bda766e46e6e 100644 |
--- a/ui/views/animation/ink_drop_impl_unittest.cc |
+++ b/ui/views/animation/ink_drop_impl_unittest.cc |
@@ -233,11 +233,9 @@ TEST_F(InkDropImplTest, LayersArentRemovedWhenPreemptingFadeOut) { |
} |
#if DCHECK_IS_ON() |
-TEST_F(InkDropImplTest, SettingHighlightStateDuringStateExitIsntAllowed) { |
- // This test uses a death assert, which works by forking the process. That |
- // doesn't work well with mus. |
- if (ViewsTestBase::IsAuraMusClient() || ViewsTestBase::IsMus()) |
- return; |
+TEST_F(InkDropImplTest, |
+ SettingHighlightStateDuringStateExitIsntAllowedDeathTest) { |
+ ::testing::FLAGS_gtest_death_test_style = "threadsafe"; |
test::InkDropImplTestApi::SetStateOnExitHighlightState::Install( |
test_api()->state_factory()); |