From: Stephen Kelly Date: Sun, 2 Dec 2018 16:42:34 +0000 (+0000) Subject: Fix whitespace X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=660c49c914b93a38a98bf147d2d150b88c6bf94d;p=clang Fix whitespace git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348094 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/AST/ast-dump-array.cpp b/test/AST/ast-dump-array.cpp index 303b86b0d3..64073bf224 100644 --- a/test/AST/ast-dump-array.cpp +++ b/test/AST/ast-dump-array.cpp @@ -6,5 +6,5 @@ void testArrayInitExpr() auto l = [a]{ }; // CHECK: |-ArrayInitLoopExpr 0x{{[^ ]*}} 'int [10]' - // CHECK: | `-ArrayInitIndexExpr 0x{{[^ ]*}} <> 'unsigned long' + // CHECK: | `-ArrayInitIndexExpr 0x{{[^ ]*}} <> 'unsigned long' }