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