teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/frame-language
Pavel Labath 74207ad7ba 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
2017-04-12 10:13:50 +00:00
..
main.cpp
Makefile
other-2.cpp
other.cpp
other.h
somefunc.c
TestGuessLanguage.py