[NFC][OpenMP] Fix an issue that no CHECK in test cases
authorShilei Tian <tianshilei1992@gmail.com>
Tue, 20 Jul 2021 19:39:08 +0000 (15:39 -0400)
committerShilei Tian <tianshilei1992@gmail.com>
Tue, 20 Jul 2021 19:39:18 +0000 (15:39 -0400)
This fixes the complaint from FileCheck.

Reviewed By: abhinavgaba, jdoerfert

Differential Revision: https://reviews.llvm.org/D106387

openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp

index 2e1b47b..c90d6d4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %libomptarget-compilexx-run-and-check-generic
+// RUN: %libomptarget-compilexx-and-run-generic
 
 #include <cmath>
 #include <cstdlib>