[lldb] Fix incorrect test data in FileSpecTest.IsRelative

Found by clang-tidy's bugprone-suspicious-missing-comma.
This commit is contained in:
Raphael Isemann 2021-04-15 10:02:51 +02:00
parent 56cb214b38
commit 0f3ed7a48d

View File

@ -305,7 +305,7 @@ TEST(FileSpecTest, IsRelative) {
"~/",
"~/a",
"~/a/",
"~/a/b"
"~/a/b",
"~/a/b/",
"/foo/.",
"/foo/..",