diff options
Diffstat (limited to 'openmp/runtime/test/ompt/tasks/taskloop.c')
| -rw-r--r-- | openmp/runtime/test/ompt/tasks/taskloop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openmp/runtime/test/ompt/tasks/taskloop.c b/openmp/runtime/test/ompt/tasks/taskloop.c index 59a47bf4eef..af7f778c976 100644 --- a/openmp/runtime/test/ompt/tasks/taskloop.c +++ b/openmp/runtime/test/ompt/tasks/taskloop.c @@ -64,8 +64,7 @@ int main() { // CHECK: {{^}}[[MASTER_ID]]: ompt_event_parallel_end: // CHECK-SAME: parallel_id=[[PARALLEL_ID]] - // TASKS: ompt_event_task_create:{{.*}} new_task_id={{[0-9]+}} - // TASKS-SAME: task_type=ompt_task_initial + // TASKS: ompt_event_initial_task_begin:{{.*}} task_id={{[0-9]+}} // TASKS: {{^}}[[MASTER_ID:[0-9]+]]: ompt_event_taskloop_begin: // TASKS: ompt_event_task_create:{{.*}} new_task_id=[[TASK_ID1:[0-9]+]] // TASKS-SAME: task_type=ompt_task_explicit |

