[OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.c
authorShilei Tian <i@tianshilei.me>
Wed, 14 Jun 2023 16:23:24 +0000 (12:23 -0400)
committerShilei Tian <i@tianshilei.me>
Wed, 14 Jun 2023 16:23:37 +0000 (12:23 -0400)
commit375862b481d952add7510270dc0adaed04049b1b
tree477c67788109bd8dbb1379a8202981fdcf452421
parentdebdf7e0ffe154d85c7c5aee7b2aa88a85eccc0d
[OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.c

If the system has 32 threads, then the test will fail because of partial match.
openmp/runtime/test/parallel/bug63197.c