Fixed a test suite error on MacOSX where people were using ".data" as the data sectio...
authorGreg Clayton <gclayton@apple.com>
Mon, 3 Nov 2014 22:58:38 +0000 (22:58 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 3 Nov 2014 22:58:38 +0000 (22:58 +0000)
commitc91d49b5050eb5053a248392d9d135458c8295d6
treeb3648cac607dcfa4dee1bddeae968a5f67a2816c
parent7acb67607bcdc6d419d4b9beb55f07d390ff582c
Fixed a test suite error on MacOSX where people were using ".data" as the data section name for all file formats. Instead fix the test by finding the section by section type so the test is agnostic to the file format (and passes on MacOSX).

llvm-svn: 221196
lldb/test/python_api/target/TestTargetAPI.py