Mark test as expected-to-fail with GCC because some versions emit DWARF that claims
authorDaniel Malea <daniel.malea@intel.com>
Thu, 21 Feb 2013 22:15:52 +0000 (22:15 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 21 Feb 2013 22:15:52 +0000 (22:15 +0000)
commita20e28daff37b071602d3fe77857377e3f9856fa
tree7385b2016e29535a4874bda83878f736fefc06fd
parent2edaf4e9735d738657f9560473cec484f41b6f47
Mark test as expected-to-fail with GCC because some versions emit DWARF that claims
functions start at the line with the "{" character, whereas clang uses the first line
with source code. As such, this test case will only work with clang.

llvm-svn: 175808
lldb/test/functionalities/inline-stepping/TestInlineStepping.py