summaryrefslogtreecommitdiff
path: root/test/AST
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2018-12-02 16:42:34 +0000
committerStephen Kelly <steveire@gmail.com>2018-12-02 16:42:34 +0000
commit660c49c914b93a38a98bf147d2d150b88c6bf94d (patch)
treeb31305927380db6f07d4e997b7165e064ceb8414 /test/AST
parent7b954aa8b885e87b8a95738c9545e3e32dd31a13 (diff)
downloadclang-660c49c914b93a38a98bf147d2d150b88c6bf94d.tar.gz
Fix whitespace
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/AST')
-rw-r--r--test/AST/ast-dump-array.cpp2
1 files changed, 1 insertions, 1 deletions
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{{[^ ]*}} <col:15> 'int [10]'
- // CHECK: | `-ArrayInitIndexExpr 0x{{[^ ]*}} <<invalid sloc>> 'unsigned long'
+ // CHECK: | `-ArrayInitIndexExpr 0x{{[^ ]*}} <<invalid sloc>> 'unsigned long'
}