diff options
Diffstat (limited to 'clang/test/AST/ast-dump-openmp-taskyield.c')
-rw-r--r-- | clang/test/AST/ast-dump-openmp-taskyield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/AST/ast-dump-openmp-taskyield.c b/clang/test/AST/ast-dump-openmp-taskyield.c index 5b900950fb7..a316d7ef625 100644 --- a/clang/test/AST/ast-dump-openmp-taskyield.c +++ b/clang/test/AST/ast-dump-openmp-taskyield.c @@ -7,4 +7,4 @@ void test() { // CHECK: TranslationUnitDecl {{.*}} <<invalid sloc>> <invalid sloc> // CHECK: `-FunctionDecl {{.*}} <{{.*}}ast-dump-openmp-taskyield.c:3:1, line:5:1> line:3:6 test 'void ()' // CHECK-NEXT: `-CompoundStmt {{.*}} <col:13, line:5:1> -// CHECK-NEXT: `-OMPTaskyieldDirective {{.*}} <line:4:9, col:22> +// CHECK-NEXT: `-OMPTaskyieldDirective {{.*}} <line:4:9, col:22> openmp_standalone_directive |