aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-02 18:36:48 +0200
committerSimon Warta <[email protected]>2015-07-03 10:21:26 +0200
commit0a1e95cec62fec9a98b9df072da2fb8141ed7ea4 (patch)
tree8567c898569fec9306090865e184c1c870ca2398 /src
parentccb78bbd2757628557cf9af9658ef44a195a5a8c (diff)
Avoid DEBUG define; Use NDEBUG if necessary
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_bigint.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/test_bigint.cpp b/src/tests/test_bigint.cpp
index 82fc49861..3cf403743 100644
--- a/src/tests/test_bigint.cpp
+++ b/src/tests/test_bigint.cpp
@@ -342,9 +342,7 @@ size_t test_bigint()
std::vector<std::string> substr = parse(line);
-#if DEBUG
- std::cout << "Testing: " << algorithm << std::endl;
-#endif
+ // std::cout << "Testing: " << algorithm << std::endl;
size_t new_errors = 0;
if(algorithm.find("Addition") != std::string::npos)