summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-03-07 00:34:13 +0000
committerAdrian Prantl <aprantl@apple.com>2019-03-07 00:34:13 +0000
commit59a94225c9ca785b2ccbc371dc9aae98f8620ac5 (patch)
tree91c6631a0a7707c4aa7d13b92579e331d1d52091 /lldb/packages/Python/lldbsuite/test/lldbtest.py
parentae5d62585ee532d787e80496f6d1e71c5d9d71ad (diff)
downloadbcm5719-llvm-59a94225c9ca785b2ccbc371dc9aae98f8620ac5.tar.gz
bcm5719-llvm-59a94225c9ca785b2ccbc371dc9aae98f8620ac5.zip
Relax testcase.
Recent versions of llvm monorepo builds build libc++abi.dylib as libc++abi.1.dylib. This accespts both variants. llvm-svn: 355571
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-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 6ad8f5ac31b..2c193787492 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.']
# 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