[lldbtest] Check against the correct name for libcxxabi (macOS).
authorDavide Italiano <davide@freebsd.org>
Tue, 5 Mar 2019 00:47:15 +0000 (00:47 +0000)
committerDavide Italiano <davide@freebsd.org>
Tue, 5 Mar 2019 00:47:15 +0000 (00:47 +0000)
llvm-svn: 355356

lldb/packages/Python/lldbsuite/test/lldbtest.py

index 9692452..d488250 100644 (file)
@@ -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