summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-array.cpp
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
commite8e4f09add9ce6d60eaefdbead1b3bf9b2719876 (patch)
treef99a1b43c5a061457cc777bd09e3f84904d5b8db /clang/test/AST/ast-dump-array.cpp
parent765e1a44728634cc02078b91828ee336b43ea71c (diff)
downloadbcm5719-llvm-e8e4f09add9ce6d60eaefdbead1b3bf9b2719876.tar.gz
bcm5719-llvm-e8e4f09add9ce6d60eaefdbead1b3bf9b2719876.zip
Fix whitespace
llvm-svn: 348094
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 303b86b0d35..64073bf2244 100644
--- a/clang/test/AST/ast-dump-array.cpp
+++ b/clang/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'
}
OpenPOWER on IntegriCloud