forked from lthn/blockchain
unit tests: amounts_tests restored, renamed
This commit is contained in:
parent
369b40b7a0
commit
5bfbb8091d
1 changed files with 2 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// Copyright (c) 2022 Zano Project
|
||||
// Copyright (c) 2012-2013 The Cryptonote developers
|
||||
// Distributed under the MIT/X11 software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
/*
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "currency_core/currency_format_utils.h"
|
||||
|
||||
using namespace currency;
|
||||
|
|
@ -122,5 +122,3 @@ TEST_neg(0__0);
|
|||
TEST_neg(0_0_);
|
||||
TEST_neg(_0_0);
|
||||
TEST_neg(0_0_0);
|
||||
|
||||
*/
|
||||
Loading…
Add table
Reference in a new issue