mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 20:51:35 +00:00
[lldb] Fix incorrect test data in FileSpecTest.IsRelative
Found by clang-tidy's bugprone-suspicious-missing-comma.
This commit is contained in:
parent
56cb214b38
commit
0f3ed7a48d
@ -305,7 +305,7 @@ TEST(FileSpecTest, IsRelative) {
|
||||
"~/",
|
||||
"~/a",
|
||||
"~/a/",
|
||||
"~/a/b"
|
||||
"~/a/b",
|
||||
"~/a/b/",
|
||||
"/foo/.",
|
||||
"/foo/..",
|
||||
|
Loading…
x
Reference in New Issue
Block a user