summaryrefslogtreecommitdiffstats
path: root/lldb/unittests
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2018-05-17 17:18:11 +0000
committerGreg Clayton <gclayton@apple.com>2018-05-17 17:18:11 +0000
commit6dcea6d28fe1e8257de84595392dc9f321b68dfa (patch)
treeccbe2db661a3d713f735b5f0e75938bdb16a5d46 /lldb/unittests
parentc0d41195b56969f5516f0cb9e4ce529e2eab4cc2 (diff)
downloadbcm5719-llvm-6dcea6d28fe1e8257de84595392dc9f321b68dfa.tar.gz
bcm5719-llvm-6dcea6d28fe1e8257de84595392dc9f321b68dfa.zip
Fix buildbots after it 332618
llvm-svn: 332633
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