diff options
Diffstat (limited to 'clang/test/Format/incomplete.cpp')
-rw-r--r-- | clang/test/Format/incomplete.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Format/incomplete.cpp b/clang/test/Format/incomplete.cpp index b66d5f816ea..ade38b66a39 100644 --- a/clang/test/Format/incomplete.cpp +++ b/clang/test/Format/incomplete.cpp @@ -1,7 +1,7 @@ // RUN: grep -Ev "// *[A-Z-]+:" %s > %t2.cpp // RUN: clang-format -style=LLVM %t2.cpp > %t.cpp -// RUN: FileCheck -strict-whitespace -cursor=0 -input-file=%t.cpp %s -// CHECK: {{"IncompleteFormat": true}} +// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s +// CHECK: {{^\{ "IncompleteFormat": true }} // CHECK: {{^int\ \i;$}} int i; // CHECK: {{^f \( g \(;$}} |