Fixed an overly-specific testcase that depended

on libm being loaded.

llvm-svn: 151565
This commit is contained in:
Sean Callanan 2012-02-27 21:08:54 +00:00
parent 65545aa904
commit 0206094d43
1 changed files with 1 additions and 2 deletions

View File

@ -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__':