8209518: symbol table gtest fails with semaphore error
Loop count was wrong. Reviewed-by: mikael, kbarrett
This commit is contained in:
parent
b75805c1a5
commit
d8ce7f36e2
@ -139,7 +139,7 @@ public:
|
||||
st[i]->doit();
|
||||
}
|
||||
|
||||
for (int i = 0; i < 4; i++) {
|
||||
for (int i = 0; i < SYM_TEST_THREAD_COUNT; i++) {
|
||||
done.wait();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user