mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 13:16:06 +00:00

rC355158 added an optional language parameter to getLLVMStyle(), but this parameter was not used in getPredefinedStyle(). Because unit tests directly specify the style, this codepath wasn't tested. Add an additional unit test for getStyle(). llvm-svn: 356099