Skip to content

Commit

Permalink
Update mutex_tests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 authored Aug 2, 2023
1 parent 6642203 commit f74066b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ namespace xtd::tests {
}

void test_method_(open_existing_with_same_name) {
if (environment::os_version().is_windows() && !environment::is_64_bit_operating_system()) assert::ignore();
auto created_new = false;
auto m = mutex {false, "xtd_mutex_test", created_new};
assert::are_not_equal(wait_handle::invalid_handle, m.handle(), csf_);
Expand Down

0 comments on commit f74066b

Please sign in to comment.