From 674d5af863e85e729e8edf4f617f818108cd2df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:23:08 +0200 Subject: [PATCH] Rename uint256 tests to numbers --- nano/core_test/CMakeLists.txt | 2 +- nano/core_test/{uint256_union.cpp => numbers.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nano/core_test/{uint256_union.cpp => numbers.cpp} (100%) diff --git a/nano/core_test/CMakeLists.txt b/nano/core_test/CMakeLists.txt index 6470ad273..1d01f6e79 100644 --- a/nano/core_test/CMakeLists.txt +++ b/nano/core_test/CMakeLists.txt @@ -35,6 +35,7 @@ add_executable( network_filter.cpp network_functions.cpp node.cpp + numbers.cpp object_stream.cpp optimistic_scheduler.cpp processing_queue.cpp @@ -55,7 +56,6 @@ add_executable( throttle.cpp toml.cpp timer.cpp - uint256_union.cpp unchecked_map.cpp utility.cpp vote_cache.cpp diff --git a/nano/core_test/uint256_union.cpp b/nano/core_test/numbers.cpp similarity index 100% rename from nano/core_test/uint256_union.cpp rename to nano/core_test/numbers.cpp