diff options
Diffstat (limited to 'clang/test/Misc/ast-dump-comment.cpp')
-rw-r--r-- | clang/test/Misc/ast-dump-comment.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Misc/ast-dump-comment.cpp b/clang/test/Misc/ast-dump-comment.cpp index 072348ca84a..4e84af01a51 100644 --- a/clang/test/Misc/ast-dump-comment.cpp +++ b/clang/test/Misc/ast-dump-comment.cpp @@ -7,8 +7,8 @@ int TestLocation; /// int TestIndent; -// CHECK: {{^\(VarDecl.*TestIndent[^()]*$}} -// CHECK-NEXT: {{^ \(FullComment.*>\)\)$}} +// CHECK: {{^VarDecl.*TestIndent[^()]*$}} +// CHECK-NEXT: {{^`-FullComment.*>$}} /// Aaa int Test_TextComment; |