diff options
| author | Martin Zumsande <[email protected]> | 2019-11-25 01:33:17 +0100 |
|---|---|---|
| committer | Martin Zumsande <[email protected]> | 2019-11-25 01:33:17 +0100 |
| commit | 2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd (patch) | |
| tree | 478c4b892e09f4103061f42052460c50e22ca9b3 /src/test/settings_tests.cpp | |
| parent | Merge #17574: doc: Add historical release notes for 0.19.0.1 (diff) | |
| download | discoin-2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd.tar.xz discoin-2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd.zip | |
[test] move string helper functions into test library
Diffstat (limited to 'src/test/settings_tests.cpp')
| -rw-r--r-- | src/test/settings_tests.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/settings_tests.cpp b/src/test/settings_tests.cpp index b0ee76ea6..235420e6a 100644 --- a/src/test/settings_tests.cpp +++ b/src/test/settings_tests.cpp @@ -4,8 +4,9 @@ #include <util/settings.h> -#include <test/util.h> #include <test/util/setup_common.h> +#include <test/util/str.h> + #include <boost/test/unit_test.hpp> #include <univalue.h> |