[test][openmp] Relax condition in test

It runs 8 threads. Sometimes tsan is able to detect more than one of the
same race.
This commit is contained in:
Vitaly Buka 2022-08-23 14:27:41 -07:00
parent 7dfcf9342b
commit 3195449f2b

View File

@ -41,4 +41,4 @@ int main(int argc, char *argv[]) {
// CHECK: Previous write of size 4
// CHECK-NEXT: #0 {{.*}}task-two.c:30
// CHECK: DONE
// CHECK: ThreadSanitizer: reported 1 warnings
// CHECK: ThreadSanitizer: reported {{[0-9]+}} warnings