diff options
Diffstat (limited to 'clang/test/Format/disable-include-sorting.cpp')
-rw-r--r-- | clang/test/Format/disable-include-sorting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Format/disable-include-sorting.cpp b/clang/test/Format/disable-include-sorting.cpp index 875a0af400e..2e9d378c283 100644 --- a/clang/test/Format/disable-include-sorting.cpp +++ b/clang/test/Format/disable-include-sorting.cpp @@ -1,4 +1,4 @@ -// RUN: clang-format %s | FileCheck %s +// RUN: clang-format %s -style=LLVM | FileCheck %s // RUN: clang-format %s -sort-includes -style="{SortIncludes: false}" | FileCheck %s // RUN: clang-format %s -sort-includes=false | FileCheck %s -check-prefix=NOT-SORTED |