Skip to content

Commit 8e8bff3

Browse files
authored
Fix test. (#74745)
Just add // REQUIRES: libomptarget-debug So that test will not run with release compiler.
1 parent ea8b95d commit 8e8bff3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openmp/libomptarget/test/offloading/target_map_for_member_data.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
struct DataTy {
68
float a;
79
float b[3];

0 commit comments

Comments
 (0)