From 60233cc24fce4743bc33042d479fe4c79996e551 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 02 5月 2020 10:08:47 +0800 Subject: [PATCH] Visual studio 2015 isn't supported anymore. --- test/library/os/execution_environment_test.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/library/os/execution_environment_test.cpp b/test/library/os/execution_environment_test.cpp index a058cd0..14a2abc 100644 --- a/test/library/os/execution_environment_test.cpp +++ b/test/library/os/execution_environment_test.cpp @@ -1,4 +1,4 @@ -#define BOOST_TEST_MODULE network_test +#define BOOST_TEST_MODULE execution_environment_test #include <string> #include <iostream> #include <boost/test/unit_test.hpp> -- Gitblit v1.9.1