summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2019-03-05 00:47:15 +0000
committerDavide Italiano <davide@freebsd.org>2019-03-05 00:47:15 +0000
commit8800d303607be5bcf9fe0a22f99408bbc74c90fb (patch)
tree4a4369d84421778bf11af7f1d21968f93174eba6 /lldb/packages/Python/lldbsuite/test
parent4ce918e3942f0333ccb7d65d6265f4fc5f5324be (diff)
downloadbcm5719-llvm-8800d303607be5bcf9fe0a22f99408bbc74c90fb.tar.gz
bcm5719-llvm-8800d303607be5bcf9fe0a22f99408bbc74c90fb.zip
[lldbtest] Check against the correct name for libcxxabi (macOS).
llvm-svn: 355356
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lldbtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py
index 96924524bb7..d488250f455 100644
--- a/lldb/packages/Python/lldbsuite/test/lldbtest.py
+++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py
@@ -1703,7 +1703,7 @@ class Base(unittest2.TestCase):
if self.getPlatform() in ('freebsd', 'linux', 'netbsd', 'openbsd'):
return ['libc++.so.1']
else:
- return ['libc++.1.dylib', 'libc++abi.dylib']
+ return ['libc++.1.dylib', 'libc++abi.1.dylib']
# Metaclass for TestBase to change the list of test metods when a new TestCase is loaded.
# We change the test methods to create a new test method for each test for each debug info we are
OpenPOWER on IntegriCloud