diff options
author | Sean Callanan <scallanan@apple.com> | 2012-02-27 21:08:54 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2012-02-27 21:08:54 +0000 |
commit | 0206094d43db331f66cfa0eac69cc4c93a578154 (patch) | |
tree | 219347b34208515abfd238bb283b7a4a137e8653 | |
parent | 65545aa904d43123318aea01ac3ad8e34fe75759 (diff) | |
download | bcm5719-llvm-0206094d43db331f66cfa0eac69cc4c93a578154.tar.gz bcm5719-llvm-0206094d43db331f66cfa0eac69cc4c93a578154.zip |
Fixed an overly-specific testcase that depended
on libm being loaded.
llvm-svn: 151565
-rw-r--r-- | lldb/test/functionalities/abbreviation/TestAbbreviations.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index d52fb1db4ea..d1caf80ccdb 100644 --- a/lldb/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/test/functionalities/abbreviation/TestAbbreviations.py @@ -156,8 +156,7 @@ class AbbreviationsTestCase(TestBase): substrs = [ 'a.out', '/usr/lib/dyld', '/usr/lib/libstdc++', - '/usr/lib/libSystem.B.dylib', - '/usr/lib/system/libmathCommon.A.dylib']) + '/usr/lib/libSystem.B.dylib']) if __name__ == '__main__': |