summaryrefslogtreecommitdiff
path: root/test/AST
diff options
context:
space:
mode:
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'
}