diff options
Diffstat (limited to 'libgomp/testsuite/libgomp.c/examples-4/async_target-2.c')
-rw-r--r-- | libgomp/testsuite/libgomp.c/examples-4/async_target-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c/examples-4/async_target-2.c b/libgomp/testsuite/libgomp.c/examples-4/async_target-2.c index ce63328a7b4..0c76f8e08a2 100644 --- a/libgomp/testsuite/libgomp.c/examples-4/async_target-2.c +++ b/libgomp/testsuite/libgomp.c/examples-4/async_target-2.c @@ -1,5 +1,5 @@ /* { dg-do run } */ -/* { dg-require-effective-target offload_device } */ +/* { dg-require-effective-target offload_device_nonshared_as } */ #include <omp.h> #include <stdlib.h> |