| commit | 479088eefa874447135ad4796891a6ef18357079 | [log] [tgz] |
|---|---|---|
| author | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | Mon Jan 30 09:51:02 2017 +0000 |
| committer | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | Mon Jan 30 09:51:02 2017 +0000 |
| tree | 9ec14d65f868702b5bd012c802a318eaa123e7ad | |
| parent | b9d6c10c2d6e5fdee59bd91e21edeef73ed51577 [diff] |
Correct wrong comment in bug_nested_proxy_task.c The nested proxy task does not have dependencies. llvm-svn: 293472
diff --git a/openmp/runtime/test/tasking/bug_nested_proxy_task.c b/openmp/runtime/test/tasking/bug_nested_proxy_task.c index f594721..6c00822 100644 --- a/openmp/runtime/test/tasking/bug_nested_proxy_task.c +++ b/openmp/runtime/test/tasking/bug_nested_proxy_task.c
@@ -116,7 +116,7 @@ { /* * Corresponds to: - #pragma omp target nowait depend(out: dep) + #pragma omp target nowait { my_sleep( 0.1 ); }