Skip to content

Commit

Permalink
Revert "[lldbtest] Check against the correct name for libcxxabi (macO…
Browse files Browse the repository at this point in the history
…S)."

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

llvm-svn: 355415
  • Loading branch information
dcci committed Mar 5, 2019
1 parent 34d3b80 commit 70b082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/packages/Python/lldbsuite/test/lldbtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ def getLibcPlusPlusLibs(self):
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
Expand Down

0 comments on commit 70b082e

Please sign in to comment.