From 02dff789831351ce209684beba544c04e38f19f2 Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Tue, 20 Jul 2021 15:39:08 -0400 Subject: [PATCH] [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 --- openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp b/openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp index 2e1b47b..c90d6d4 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 #include -- 2.7.4