Index: base/files/file_path_unittest.cc |
diff --git a/base/files/file_path_unittest.cc b/base/files/file_path_unittest.cc |
index 4b48a269bab7b93845d7be5bd94579b55015979d..bc0e8432e0e1466581a37208d8b8d29e343b458b 100644 |
--- a/base/files/file_path_unittest.cc |
+++ b/base/files/file_path_unittest.cc |
@@ -1090,15 +1090,9 @@ TEST_F(FilePathTest, ReferencesParent) { |
const struct UnaryBooleanTestData cases[] = { |
{ FPL("."), false }, |
{ FPL(".."), true }, |
-#if defined(OS_WIN) |
{ FPL(".. "), true }, |
{ FPL(" .."), true }, |
{ FPL("..."), true }, |
-#else |
- { FPL(".. "), false }, |
- { FPL(" .."), false }, |
- { FPL("..."), false }, |
-#endif |
{ FPL("a.."), false }, |
{ FPL("..a"), false }, |
{ FPL("../"), true }, |