summaryrefslogtreecommitdiffstats
path: root/lldb/unittests
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests')
-rw-r--r--lldb/unittests/Utility/FileSpecTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/unittests/Utility/FileSpecTest.cpp b/lldb/unittests/Utility/FileSpecTest.cpp
index 63afdc90be4..d535ad713ae 100644
--- a/lldb/unittests/Utility/FileSpecTest.cpp
+++ b/lldb/unittests/Utility/FileSpecTest.cpp
@@ -200,7 +200,6 @@ TEST(FileSpecTest, GetNormalizedPath) {
{"/.", "/"},
{"..", ".."},
{".", "."},
- {"", "."},
{"../..", "../.."},
{"foo/..", "."},
{"foo/../bar", "bar"},
@@ -242,7 +241,6 @@ TEST(FileSpecTest, GetNormalizedPath) {
{R"(.\.\foo)", R"(foo)"},
{R"(..\foo)", R"(..\foo)"},
{R"(..\..\foo)", R"(..\..\foo)"},
- {"", "."},
};
for (auto test : windows_tests) {
EXPECT_EQ(test.second,
OpenPOWER on IntegriCloud