| Index: base/process_util_unittest.cc
|
| ===================================================================
|
| --- base/process_util_unittest.cc (revision 9017)
|
| +++ base/process_util_unittest.cc (working copy)
|
| @@ -55,8 +55,6 @@
|
| #define EXE_SUFFIX L""
|
| #endif
|
|
|
| -// TODO(port): finish port on Mac
|
| -#if !defined(OS_MACOSX)
|
| TEST_F(ProcessUtilTest, KillSlowChild) {
|
| remove("SlowChildProcess.die");
|
| int oldcount = GetProcessCount(L"base_unittests" EXE_SUFFIX, 0);
|
| @@ -70,7 +68,6 @@
|
| EXPECT_TRUE(base::WaitForSingleProcess(handle, 5000));
|
| EXPECT_EQ(oldcount, GetProcessCount(L"base_unittests" EXE_SUFFIX, 0));
|
| }
|
| -#endif
|
|
|
| // TODO(estade): if possible, port these 2 tests.
|
| #if defined(OS_WIN)
|
|
|