diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2019-03-14 14:36:42 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2019-03-14 15:47:04 +0800 |
commit | e6eb24a40f63971a973ab27cd69adfbdbc741393 (patch) | |
tree | 73b54932a51018e08bef49574b3d09673554aab3 | |
parent | ed6ad685c2096769d5e7672dddad09b04d7eecde (diff) | |
download | dexon-mcl-e6eb24a40f63971a973ab27cd69adfbdbc741393.tar.gz dexon-mcl-e6eb24a40f63971a973ab27cd69adfbdbc741393.tar.zst dexon-mcl-e6eb24a40f63971a973ab27cd69adfbdbc741393.zip |
remove unnecessary output
-rw-r--r-- | test/fp_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fp_test.cpp b/test/fp_test.cpp index 7e78773..dc1b01e 100644 --- a/test/fp_test.cpp +++ b/test/fp_test.cpp @@ -347,7 +347,6 @@ void compareTest() void moduloTest(const char *pStr) { -std::cout << std::hex; std::string str; Fp::getModulo(str); CYBOZU_TEST_EQUAL(str, mcl::gmp::getStr(mpz_class(pStr))); |