mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 14:36:06 +00:00

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