diff options
-rw-r--r-- | openmp/runtime/test/ompt/misc/api_calls_from_other_thread.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openmp/runtime/test/ompt/misc/api_calls_from_other_thread.cpp b/openmp/runtime/test/ompt/misc/api_calls_from_other_thread.cpp index ef90c07a14b..f14759f2726 100644 --- a/openmp/runtime/test/ompt/misc/api_calls_from_other_thread.cpp +++ b/openmp/runtime/test/ompt/misc/api_calls_from_other_thread.cpp @@ -1,4 +1,4 @@ -// RUN: env OMP_PLACES=cores %libomp-cxx-compile-and-run | FileCheck %s +// RUN: %libomp-cxx-compile-and-run | FileCheck %s // REQUIRES: ompt, linux #include <thread> @@ -34,9 +34,9 @@ int main() // CHECK: 0: NULL_POINTER=[[NULL:.*$]] - // CHECK: {{^}}[[MASTER_ID:[0-9]+]]: ompt_get_num_places()=0 + // CHECK: {{^}}[[MASTER_ID:[0-9]+]]: ompt_get_num_places()={{[0-9]+}} - // CHECK: {{^}}[[MASTER_ID]]: ompt_get_place_proc_ids()=0 + // CHECK: {{^}}[[MASTER_ID]]: ompt_get_place_proc_ids()={{[0-9]+}} // CHECK: {{^}}[[MASTER_ID]]: ompt_get_place_num()=-1 |