diff --git a/lldb/unittests/Utility/FileSpecTest.cpp b/lldb/unittests/Utility/FileSpecTest.cpp index ad2e328ce82f..3dd355284ce0 100644 --- a/lldb/unittests/Utility/FileSpecTest.cpp +++ b/lldb/unittests/Utility/FileSpecTest.cpp @@ -305,7 +305,7 @@ TEST(FileSpecTest, IsRelative) { "~/", "~/a", "~/a/", - "~/a/b" + "~/a/b", "~/a/b/", "/foo/.", "/foo/..",