Fix TestGuessLanguage for gcc
authorPavel Labath <labath@google.com>
Wed, 12 Apr 2017 10:13:50 +0000 (10:13 +0000)
committerPavel Labath <labath@google.com>
Wed, 12 Apr 2017 10:13:50 +0000 (10:13 +0000)
commit74207ad7ba6115000911a7d6183c02177bdd8feb
tree56df8fcd327448b3de1d106555c3ef0543fa369a
parentefe4e412ad3609a9cefaaee6584aaa34b9e64826
Fix TestGuessLanguage for gcc

gcc emits DW_LANG_C89 even if we specify -std=c99 during compilation.
Since this isn't an lldb bug, but just the way the compiler happens to
be implemented, I teach the test to expect this situation correctly.

llvm-svn: 300046
lldb/packages/Python/lldbsuite/test/functionalities/frame-language/TestGuessLanguage.py