Skip to content

Commit eb741e9

Browse files
committed
test
1 parent 0beef09 commit eb741e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/lost_wakeup.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int main(int, char**) {
4444
std::cerr << "run " << run << " notify iteration " << i << std::endl;
4545

4646
while (waiter_ready.load() < num_waiters) {
47-
// std::this_thread::yield();
47+
std::this_thread::yield();
4848
}
4949
waiter_ready.store(0);
5050
state.fetch_add(1);

0 commit comments

Comments
 (0)