diff options
Diffstat (limited to 'clang/test/AST/ast-dump-openmp-section.c')
-rw-r--r-- | clang/test/AST/ast-dump-openmp-section.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/AST/ast-dump-openmp-section.c b/clang/test/AST/ast-dump-openmp-section.c index 43cae7b1014..1268a0919d9 100644 --- a/clang/test/AST/ast-dump-openmp-section.c +++ b/clang/test/AST/ast-dump-openmp-section.c @@ -14,15 +14,15 @@ void test() { // CHECK-NEXT: `-OMPSectionsDirective {{.*}} <line:4:9, col:21> // CHECK-NEXT: `-CapturedStmt {{.*}} <line:5:3, line:8:3> // CHECK-NEXT: `-CapturedDecl {{.*}} <<invalid sloc>> <invalid sloc> -// CHECK-NEXT: |-CompoundStmt {{.*}} <line:5:3, line:8:3> +// CHECK-NEXT: |-CompoundStmt {{.*}} <line:5:3, line:8:3> openmp_structured_block // CHECK-NEXT: | `-OMPSectionDirective {{.*}} <line:6:9, col:20> // CHECK-NEXT: | `-CapturedStmt {{.*}} <line:7:5> // CHECK-NEXT: | `-CapturedDecl {{.*}} <<invalid sloc>> <invalid sloc> -// CHECK-NEXT: | |-NullStmt {{.*}} <col:5> +// CHECK-NEXT: | |-NullStmt {{.*}} <col:5> openmp_structured_block // CHECK-NEXT: | `-ImplicitParamDecl {{.*}} <line:6:9> col:9 implicit __context 'struct (anonymous at {{.*}}ast-dump-openmp-section.c:6:9) *const restrict' // CHECK-NEXT: |-ImplicitParamDecl {{.*}} <line:4:9> col:9 implicit __context 'struct (anonymous at {{.*}}ast-dump-openmp-section.c:4:9) *const restrict' // CHECK-NEXT: |-RecordDecl {{.*}} <line:6:9> col:9 implicit struct definition // CHECK-NEXT: | `-CapturedRecordAttr {{.*}} <<invalid sloc>> Implicit // CHECK-NEXT: `-CapturedDecl {{.*}} <<invalid sloc>> <invalid sloc> -// CHECK-NEXT: |-NullStmt {{.*}} <line:7:5> +// CHECK-NEXT: |-NullStmt {{.*}} <line:7:5> openmp_structured_block // CHECK-NEXT: `-ImplicitParamDecl {{.*}} <line:6:9> col:9 implicit __context 'struct (anonymous at {{.*}}ast-dump-openmp-section.c:6:9) *const restrict' |