[Openmp-commits] [openmp] 8930c5a - [NFC][OpenMP] Fix typo in CHECK line (#78586)
via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 18 06:40:19 PST 2024
Author: Dominik Adamski
Date: 2024-01-18T15:40:15+01:00
New Revision: 8930c5a4beb98688941747f23b17f7703c291d72
URL: https://github.com/llvm/llvm-project/commit/8930c5a4beb98688941747f23b17f7703c291d72
DIFF: https://github.com/llvm/llvm-project/commit/8930c5a4beb98688941747f23b17f7703c291d72.diff
LOG: [NFC][OpenMP] Fix typo in CHECK line (#78586)
Typo in test: openmp/libomptarget/test/offloading/fortran/basic-target-parallel-do.f90
Added:
Modified:
openmp/libomptarget/test/offloading/fortran/basic-target-parallel-do.f90
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/offloading/fortran/basic-target-parallel-do.f90 b/openmp/libomptarget/test/offloading/fortran/basic-target-parallel-do.f90
index 9850f1462f59a60..0027f15bdb423ef 100644
--- a/openmp/libomptarget/test/offloading/fortran/basic-target-parallel-do.f90
+++ b/openmp/libomptarget/test/offloading/fortran/basic-target-parallel-do.f90
@@ -30,4 +30,4 @@ program main
end program main
! CHECK: "PluginInterface" device {{[0-9]+}} info: Launching kernel {{.*}}
-! CHECKi: number of errors: 0
+! CHECK: number of errors: 0
More information about the Openmp-commits
mailing list