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