| Index: content/test/content_browser_test_test.cc
|
| diff --git a/content/test/content_browser_test_test.cc b/content/test/content_browser_test_test.cc
|
| index 3ff4ccb36d6ae51b360b5947b848b7dea6ed5a4d..1714f0b6cfce598120c7dc80dc4e08fa37481286 100644
|
| --- a/content/test/content_browser_test_test.cc
|
| +++ b/content/test/content_browser_test_test.cc
|
| @@ -43,13 +43,7 @@ IN_PROC_BROWSER_TEST_F(ContentBrowserTestSanityTest, Basic) {
|
| Test();
|
| }
|
|
|
| -#if defined(OS_MACOSX)
|
| -// This is failing on Mac ASan: http://crbug.com/394775
|
| -#define MAYBE_SingleProcess DISABLED_SingleProcess
|
| -#else
|
| -#define MAYBE_SingleProcess SingleProcess
|
| -#endif
|
| -IN_PROC_BROWSER_TEST_F(ContentBrowserTestSanityTest, MAYBE_SingleProcess) {
|
| +IN_PROC_BROWSER_TEST_F(ContentBrowserTestSanityTest, SingleProcess) {
|
| Test();
|
| }
|
|
|
|
|