Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Misc/diag-line-wrapping.cpp')
-rw-r--r--clang/test/Misc/diag-line-wrapping.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Misc/diag-line-wrapping.cpp b/clang/test/Misc/diag-line-wrapping.cpp
index 9e8cb9b53da5..cf98341fd0a7 100644
--- a/clang/test/Misc/diag-line-wrapping.cpp
+++ b/clang/test/Misc/diag-line-wrapping.cpp
@@ -9,8 +9,8 @@ struct DD : D1, D2 {
// Ensure that after line-wrapping takes place, we preserve artificial
// newlines introduced to manually format a section of the diagnostic text.
// CHECK: {{.*}}: error:
- // CHECK: struct DD -> struct D1 -> struct B
- // CHECK: struct DD -> struct D2 -> struct B
+ // CHECK: struct DD -> D1 -> B
+ // CHECK: struct DD -> D2 -> B
};
// A line longer than 4096 characters should cause us to suppress snippets no