diff options
Diffstat (limited to 'clang/test/Format/adjust-indent.cpp')
-rw-r--r-- | clang/test/Format/adjust-indent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Format/adjust-indent.cpp b/clang/test/Format/adjust-indent.cpp index 5565dc00b62..a97eed30afa 100644 --- a/clang/test/Format/adjust-indent.cpp +++ b/clang/test/Format/adjust-indent.cpp @@ -1,4 +1,4 @@ -// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -lines=2:2 \ +// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -lines=2:2 \ // RUN: | FileCheck -strict-whitespace %s void f() { |