Correct wrong comment in bug_nested_proxy_task.c

The nested proxy task does not have dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@293472 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/runtime/test/tasking/bug_nested_proxy_task.c b/runtime/test/tasking/bug_nested_proxy_task.c
index f594721..6c00822 100644
--- a/runtime/test/tasking/bug_nested_proxy_task.c
+++ b/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 );
         }