Skip to content

Commit e137af6

Browse files
committed
[OpenMP][NFC] Fix test to actually check for the result
1 parent 5908559 commit e137af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openmp/libomptarget/test/offloading/malloc_parallel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %libomptarget-compile-generic && %libomptarget-run-generic
2-
// RUN: %libomptarget-compileopt-generic && %libomptarget-run-generic
1+
// RUN: %libomptarget-compile-run-and-check-generic
2+
// RUN: %libomptarget-compileopt-run-and-check-generic
33

44
#include <omp.h>
55
#include <stdio.h>

0 commit comments

Comments
 (0)