1
0
Fork 0
forked from lthn/blockchain

unit tests: amounts_tests restored, renamed

This commit is contained in:
sowle 2022-09-29 21:49:57 +02:00
parent 369b40b7a0
commit 5bfbb8091d
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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);
*/