Skip to content

Commit b92abf2

Browse files
committed
ci
1 parent 94a5d68 commit b92abf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/atomics/atomics.syn/wait.issue_85107.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ int main(int, char**) {
4141

4242
// This would hang forever if the bug is present, but the test will fail in a bounded amount of
4343
// time due to the timeout above.
44-
std::__libcpp_atomic_wait(&ct, old_val);
44+
std::__atomic_wait_native<sizeof(std::__cxx_atomic_contention_t)>(&ct, &old_val);
4545

4646
done = true;
4747
timeout_thread.join();

0 commit comments

Comments
 (0)