summaryrefslogtreecommitdiffstats
path: root/test/AST/ast-dump-attr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/AST/ast-dump-attr.cpp')
-rw-r--r--test/AST/ast-dump-attr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AST/ast-dump-attr.cpp b/test/AST/ast-dump-attr.cpp
index b0b08dd6f0..8f67b9934e 100644
--- a/test/AST/ast-dump-attr.cpp
+++ b/test/AST/ast-dump-attr.cpp
@@ -197,7 +197,7 @@ namespace TestSuppress {
[[gsl::suppress("on-decl")]]
void TestSuppressFunction();
// CHECK: FunctionDecl{{.*}} TestSuppressFunction
- // CHECK-NEXT SuppressAttr{{.*}} on-decl
+ // CHECK-NEXT: SuppressAttr{{.*}} on-decl
void f() {
int *i;