Skip to content

Commit cd1038a

Browse files
authored
[OpenMP][libomptarget][Fix]Require presence of libomptarget-debug for newly added test (#75807)
Require presence of libomptarget-debug fixes #75642
1 parent a35629c commit cd1038a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: %libomptarget-compilexx-generic && env LIBOMPTARGET_DEBUG=1 %libomptarget-run-generic 2>&1 | %fcheck-generic
33
// clang-format on
44

5+
// REQUIRES: libomptarget-debug
6+
57
#include <stdio.h>
68
#include <stdlib.h>
79

0 commit comments

Comments
 (0)