summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/message-length.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Misc/message-length.c')
-rw-r--r--clang/test/Misc/message-length.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Misc/message-length.c b/clang/test/Misc/message-length.c
index a6f4f44e6b9..3e69b6a206e 100644
--- a/clang/test/Misc/message-length.c
+++ b/clang/test/Misc/message-length.c
@@ -27,8 +27,9 @@ void a_very_long_line(int *ip, float *FloatPointer) {
#pragma STDC CX_LIMITED_RANGE // some long comment text and a brace, eh {}
+
// CHECK: FILE:23:78
-// CHECK: {{^ ...// some long comment text and a brace, eh {}}}
+// CHECK: {{^ ...// some long comment text and a brace, eh {} }}
struct A { int x; };
void h(struct A *a) {
OpenPOWER on IntegriCloud