summaryrefslogtreecommitdiffhomepage
path: root/test/util/temp_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/temp_path.cc')
-rw-r--r--test/util/temp_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/temp_path.cc b/test/util/temp_path.cc
index 35aacb172..f5096dd53 100644
--- a/test/util/temp_path.cc
+++ b/test/util/temp_path.cc
@@ -32,7 +32,7 @@ namespace testing {
namespace {
-std::atomic<uint64_t> global_temp_file_number = ATOMIC_VAR_INIT(1);
+std::atomic<uint64> global_temp_file_number = ATOMIC_VAR_INIT(1);
// Return a new temp filename, intended to be unique system-wide.
//