summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-20 15:54:32 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-20 15:54:32 -0400
commitc89cdcc3fdbe099e6b3bcafe061b0b7278965633 (patch)
tree8f04aada9dddafe1cec9371226b3ecd810228130 /selftest.cpp
parent1ed8a22d19efbde45907e8e51b9519d80cdf4fe0 (diff)
downloadinfinitytier-c89cdcc3fdbe099e6b3bcafe061b0b7278965633.tar.gz
infinitytier-c89cdcc3fdbe099e6b3bcafe061b0b7278965633.zip
Blech... moving on!
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 76428a1e..200dd3a7 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -215,7 +215,6 @@ static int testIdentity()
Identity id;
Buffer<512> buf;
-#if 0
std::cout << "[identity] Validate known-good identity... "; std::cout.flush();
if (!id.fromString(KNOWN_GOOD_IDENTITY)) {
std::cout << "FAIL (1)" << std::endl;
@@ -237,7 +236,6 @@ static int testIdentity()
return -1;
}
std::cout << "PASS (i.e. it failed)" << std::endl;
-#endif
for(unsigned int k=0;k<4;++k) {
std::cout << "[identity] Generate identity... "; std::cout.flush();