Skip to content

Commit

Permalink
[OpenMP][NFC] Fix test to actually check for the result
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoerfert committed Oct 31, 2023
1 parent 5908559 commit e137af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmp/libomptarget/test/offloading/malloc_parallel.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %libomptarget-compile-generic && %libomptarget-run-generic
// RUN: %libomptarget-compileopt-generic && %libomptarget-run-generic
// RUN: %libomptarget-compile-run-and-check-generic
// RUN: %libomptarget-compileopt-run-and-check-generic

#include <omp.h>
#include <stdio.h>
Expand Down

0 comments on commit e137af6

Please sign in to comment.