aboutsummaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/AST/ast-dump-array.cpp')
-rw-r--r--clang/test/AST/ast-dump-array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/AST/ast-dump-array.cpp b/clang/test/AST/ast-dump-array.cpp
index 15771f2..5a982d3 100644
--- a/clang/test/AST/ast-dump-array.cpp
+++ b/clang/test/AST/ast-dump-array.cpp
@@ -14,7 +14,7 @@ void testArrayInitExpr()
auto l = [a]{
};
// CHECK: |-ArrayInitLoopExpr 0x{{[^ ]*}} <col:15> 'int[10]'
- // CHECK: | `-ArrayInitIndexExpr 0x{{[^ ]*}} <<invalid sloc>> 'unsigned long'
+ // CHECK: | `-ArrayInitIndexExpr 0x{{[^ ]*}} <<invalid sloc>> '__size_t':'unsigned long'
}
template<typename T, int Size>