Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-04-06 16:44:10 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-04-06 16:44:10 +0300
commitc5984ef8eeefab1f107004a353980591c105fa7e (patch)
tree51c6d4a64aa3236fe00a0f9631824896c4957136 /test/tests/shared_fs_mutex.cpp
parent892ab600da0b03eea435baedd897ae9bf4c0487f (diff)
Fix code rot
Diffstat (limited to 'test/tests/shared_fs_mutex.cpp')
-rw-r--r--test/tests/shared_fs_mutex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests/shared_fs_mutex.cpp b/test/tests/shared_fs_mutex.cpp
index 174e06e1..cfb1731a 100644
--- a/test/tests/shared_fs_mutex.cpp
+++ b/test/tests/shared_fs_mutex.cpp
@@ -3,7 +3,7 @@
File Created: Aug 2016
*/
-#define BOOST_CATCH_CUSTOM_MAIN_DEFINED
+#define BOOSTLITE_BOOST_UNIT_TEST_CUSTOM_MAIN_DEFINED
#include "../../include/boost/afio/afio.hpp"
#include "../kerneltest/include/boost/kerneltest.hpp"
@@ -608,6 +608,6 @@ int main(int argc, char *argv[])
}
BOOST_AFIO_V2_NAMESPACE::stl1z::filesystem::create_directory("shared_fs_mutex_testdir");
BOOST_AFIO_V2_NAMESPACE::stl1z::filesystem::current_path("shared_fs_mutex_testdir");
- int result = Catch::Session().run(argc, argv);
+ int result = BOOSTLITE_BOOST_UNIT_TEST_RUN_TESTS(argc, argv);
return result;
}