diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:12:39 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:12:40 +0200 |
| commit | 8d8032b4c6ca178d76dd43fcc3569dbc7148419e (patch) | |
| tree | f2b765c85a5c10e70c8222eefb35fe53594295f0 /tests/core_tests/rct.cpp | |
| parent | 0c5872c8699613fe8e8545476317438f060cddf4 (diff) | |
| parent | f92f1606748b987efb743649ff9b4ea0df78104b (diff) | |
| download | monzero-core-8d8032b4c6ca178d76dd43fcc3569dbc7148419e.tar.gz monzero-core-8d8032b4c6ca178d76dd43fcc3569dbc7148419e.tar.xz monzero-core-8d8032b4c6ca178d76dd43fcc3569dbc7148419e.zip | |
Merge pull request #2691
f92f1606 core_tests: do not include chaingen_tests_list.h in all tests (moneromooo-monero)
Diffstat (limited to 'tests/core_tests/rct.cpp')
| -rw-r--r-- | tests/core_tests/rct.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/rct.cpp b/tests/core_tests/rct.cpp index 8a38cbc22..50f65cc67 100644 --- a/tests/core_tests/rct.cpp +++ b/tests/core_tests/rct.cpp @@ -30,7 +30,7 @@ #include "ringct/rctSigs.h" #include "chaingen.h" -#include "chaingen_tests_list.h" +#include "rct.h" using namespace epee; using namespace crypto; |
