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