summaryrefslogtreecommitdiff
path: root/libs/interprocess/test/upgradable_mutex_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/interprocess/test/upgradable_mutex_test.cpp')
-rw-r--r--libs/interprocess/test/upgradable_mutex_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/interprocess/test/upgradable_mutex_test.cpp b/libs/interprocess/test/upgradable_mutex_test.cpp
index 61379ddd87..ef0b708fcc 100644
--- a/libs/interprocess/test/upgradable_mutex_test.cpp
+++ b/libs/interprocess/test/upgradable_mutex_test.cpp
@@ -23,8 +23,8 @@ int main ()
using namespace boost::interprocess;
test::test_all_lock<interprocess_upgradable_mutex>();
- test::test_all_mutex<true, interprocess_upgradable_mutex>();
- test::test_all_sharable_mutex<true, interprocess_upgradable_mutex>();
+ test::test_all_mutex<interprocess_upgradable_mutex>();
+ test::test_all_sharable_mutex<interprocess_upgradable_mutex>();
//Test lock transition
{