diff options
Diffstat (limited to 'clang/test/AST/ast-dump-openmp-master.c')
-rw-r--r-- | clang/test/AST/ast-dump-openmp-master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/AST/ast-dump-openmp-master.c b/clang/test/AST/ast-dump-openmp-master.c index e2d03312a40..9325e59cbf0 100644 --- a/clang/test/AST/ast-dump-openmp-master.c +++ b/clang/test/AST/ast-dump-openmp-master.c @@ -11,5 +11,5 @@ void test() { // CHECK-NEXT: `-OMPMasterDirective {{.*}} <line:4:9, col:19> // CHECK-NEXT: `-CapturedStmt {{.*}} <line:5:3> // CHECK-NEXT: `-CapturedDecl {{.*}} <<invalid sloc>> <invalid sloc> -// CHECK-NEXT: |-NullStmt {{.*}} <col:3> +// CHECK-NEXT: |-NullStmt {{.*}} <col:3> openmp_structured_block // CHECK-NEXT: `-ImplicitParamDecl {{.*}} <line:4:9> col:9 implicit __context 'struct (anonymous at {{.*}}ast-dump-openmp-master.c:4:9) *const restrict' |