diff options
Diffstat (limited to 'clang/test/AST/ast-dump-openmp-target-data.c')
-rw-r--r-- | clang/test/AST/ast-dump-openmp-target-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/AST/ast-dump-openmp-target-data.c b/clang/test/AST/ast-dump-openmp-target-data.c index 44780b6a912..230b7be1504 100644 --- a/clang/test/AST/ast-dump-openmp-target-data.c +++ b/clang/test/AST/ast-dump-openmp-target-data.c @@ -14,5 +14,5 @@ void test(int x) { // CHECK-NEXT: | `-DeclRefExpr {{.*}} <col:29> 'int' lvalue ParmVar {{.*}} 'x' 'int' // 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-target-data.c:4:9) *const restrict' |