| Index: base/mac/mac_util_unittest.mm
|
| diff --git a/base/mac/mac_util_unittest.mm b/base/mac/mac_util_unittest.mm
|
| index ec58f002900a4a0b8b5220f7c2fd3759a8e1d8ca..ff508f3336b9fdb4c51abf1147e9e8641a9e9a51 100644
|
| --- a/base/mac/mac_util_unittest.mm
|
| +++ b/base/mac/mac_util_unittest.mm
|
| @@ -29,14 +29,6 @@ namespace {
|
|
|
| typedef PlatformTest MacUtilTest;
|
|
|
| -TEST_F(MacUtilTest, TestFSRef) {
|
| - FSRef ref;
|
| - std::string path("/System/Library");
|
| -
|
| - ASSERT_TRUE(FSRefFromPath(path, &ref));
|
| - EXPECT_EQ(path, PathFromFSRef(ref));
|
| -}
|
| -
|
| TEST_F(MacUtilTest, GetUserDirectoryTest) {
|
| // Try a few keys, make sure they come back with non-empty paths.
|
| FilePath caches_dir;
|
|
|