diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 18:05:55 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 18:05:55 +0000 |
commit | e6afc404a37f4889726ea73dd788bd52c1fd3c38 (patch) | |
tree | d45dea5827e7e17c04b84ed4a9499059e44ee132 /ipc/ipc_tests.cc | |
parent | fca4d211ce0632820aef5e5e5ffbc759c5628fd1 (diff) | |
download | chromium_src-e6afc404a37f4889726ea73dd788bd52c1fd3c38.zip chromium_src-e6afc404a37f4889726ea73dd788bd52c1fd3c38.tar.gz chromium_src-e6afc404a37f4889726ea73dd788bd52c1fd3c38.tar.bz2 |
Revert "Bring up Firefox Password Import Unittest on OS X."
This reverts commit 63381b4554b1190c8a87583a5c5f403815e44e83.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_tests.cc')
-rw-r--r-- | ipc/ipc_tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc index 7094308..172284e 100644 --- a/ipc/ipc_tests.cc +++ b/ipc/ipc_tests.cc @@ -270,7 +270,7 @@ TEST_F(IPCChannelTest, ChannelProxyTest) { L"RunTestClient", fds_to_map, debug_on_start); -#endif // defined(OS_POSIX) +#endif // defined(OS_POXIX) ASSERT_TRUE(process_handle); |