diff options
Diffstat (limited to 'test/Format/basic.cpp')
-rw-r--r-- | test/Format/basic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Format/basic.cpp b/test/Format/basic.cpp index 375bbd2..a12866b 100644 --- a/test/Format/basic.cpp +++ b/test/Format/basic.cpp @@ -1,5 +1,5 @@ // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp -// RUN: clang-format -i %t.cpp +// RUN: clang-format -style=LLVM -i %t.cpp // RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s // CHECK: {{^int\ \*i;}} |