diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-31 17:43:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-31 17:43:18 +0100 |
commit | 34f3c0fc44a5fd8a0f9186002749336e398837cf (patch) | |
tree | b741d0bbd776df596e12566d547a458d65163a6a | |
parent | aafe01fed4a29090b86432e0356a47a249d5a106 (diff) | |
download | bcm5719-llvm-34f3c0fc44a5fd8a0f9186002749336e398837cf.tar.gz bcm5719-llvm-34f3c0fc44a5fd8a0f9186002749336e398837cf.zip |
[lldb] [test/API] Fix testcases symlink
l--------- | lldb/test/API/testcases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/testcases b/lldb/test/API/testcases index f4a13dceb79..370755973a7 120000 --- a/lldb/test/API/testcases +++ b/lldb/test/API/testcases @@ -1 +1 @@ -../packages/Python/lldbsuite/test
\ No newline at end of file +../../packages/Python/lldbsuite/test
\ No newline at end of file |