[Openmp-commits] [openmp] 02dff78 - [NFC][OpenMP] Fix an issue that no CHECK in test cases

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 20 12:39:24 PDT 2021


Author: Shilei Tian
Date: 2021-07-20T15:39:18-04:00
New Revision: 02dff789831351ce209684beba544c04e38f19f2

URL: https://github.com/llvm/llvm-project/commit/02dff789831351ce209684beba544c04e38f19f2
DIFF: https://github.com/llvm/llvm-project/commit/02dff789831351ce209684beba544c04e38f19f2.diff

LOG: [NFC][OpenMP] Fix an issue that no CHECK in test cases

This fixes the complaint from FileCheck.

Reviewed By: abhinavgaba, jdoerfert

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

Added: 
    

Modified: 
    openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp b/openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
index 2e1b47bfa0a24..c90d6d4fcb40d 100644
--- a/openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
+++ b/openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
@@ -1,4 +1,4 @@
-// RUN: %libomptarget-compilexx-run-and-check-generic
+// RUN: %libomptarget-compilexx-and-run-generic
 
 #include <cmath>
 #include <cstdlib>


        


More information about the Openmp-commits mailing list