summaryrefslogtreecommitdiff
path: root/libs/unordered/test/exception/swap_exception_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/unordered/test/exception/swap_exception_tests.cpp')
-rw-r--r--libs/unordered/test/exception/swap_exception_tests.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/unordered/test/exception/swap_exception_tests.cpp b/libs/unordered/test/exception/swap_exception_tests.cpp
index 570a54fa29..23f1247604 100644
--- a/libs/unordered/test/exception/swap_exception_tests.cpp
+++ b/libs/unordered/test/exception/swap_exception_tests.cpp
@@ -3,8 +3,6 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#include "../helpers/prefix.hpp"
-
#include "./containers.hpp"
#include "../helpers/random_values.hpp"
#include "../helpers/invariants.hpp"
@@ -13,7 +11,7 @@
#pragma warning(disable:4512) // assignment operator could not be generated
#endif
-test::seed_t seed(9387);
+test::seed_t initialize_seed(9387);
template <class T>
struct self_swap_base : public test::exception_base