From dec2257f354d39dbd8232e6bd1a417d91c4f14a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Fri, 27 Aug 2021 09:16:03 +0000 Subject: [PATCH] [openmp] Fix a typo in a test REQUIRES line Differential Revision: https://reviews.llvm.org/D110963 --- openmp/runtime/test/affinity/root-threads-affinity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/runtime/test/affinity/root-threads-affinity.c b/openmp/runtime/test/affinity/root-threads-affinity.c index b8ed5b2..d34c0e6 100644 --- a/openmp/runtime/test/affinity/root-threads-affinity.c +++ b/openmp/runtime/test/affinity/root-threads-affinity.c @@ -1,5 +1,5 @@ // RUN: %libomp-compile && env LIBOMP_NUM_HIDDEN_HELPER_THREADS=0 OMP_PROC_BIND=close OMP_PLACES=cores KMP_AFFINITY=verbose %libomp-run 8 1 4 -// REQUIRED: linux +// REQUIRES: linux // // This test pthread_creates 8 root threads before any OpenMP // runtime entry is ever called. We have all the root threads -- 2.7.4