diff options
Diffstat (limited to 'clang/test/Format/xmloutput.cpp')
-rw-r--r-- | clang/test/Format/xmloutput.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Format/xmloutput.cpp b/clang/test/Format/xmloutput.cpp index d3c5254fc31..3d84a2f5e4c 100644 --- a/clang/test/Format/xmloutput.cpp +++ b/clang/test/Format/xmloutput.cpp @@ -1,5 +1,5 @@ -// RUN: clang-format -output-replacements-xml -sort-includes %s > %t.xml -// RUN: FileCheck -strict-whitespace -input-file=%t.xml %s +// RUN: clang-format -output-replacements-xml -sort-includes %s \ +// RUN: | FileCheck -strict-whitespace %s // CHECK: <?xml // CHECK-NEXT: {{<replacements.*incomplete_format='false'}} |