Revert "[lldbtest] Check against the correct name for libcxxabi (macOS)."

This passes locally but breaks on the bots. Maybe an SDK difference.
Reverting while I investigate.

llvm-svn: 355415
This commit is contained in:
Davide Italiano 2019-03-05 17:21:55 +00:00
parent 34d3b80dba
commit 70b082e85c
1 changed files with 1 additions and 1 deletions

View 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.1.dylib']
return ['libc++.1.dylib', 'libc++abi.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