If the inferior program is compiled with libc++, you won't see libstdc++
authorEnrico Granata <egranata@apple.com>
Thu, 21 Feb 2013 23:59:42 +0000 (23:59 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 21 Feb 2013 23:59:42 +0000 (23:59 +0000)
llvm-svn: 175832

lldb/test/functionalities/abbreviation/TestAbbreviations.py

index 1398230..e621738 100644 (file)
@@ -168,7 +168,6 @@ class AbbreviationsTestCase(TestBase):
             self.expect("i li",
                         substrs = [ 'a.out',
                                     '/usr/lib/dyld',
-                                    '/usr/lib/libstdc++',
                                     '/usr/lib/libSystem.B.dylib'])