aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index fc8eecd5..92ec9a4f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -45,7 +45,6 @@ BOOST_AUTO_TEST_CASE(basic_tests)
std::cout << sha3(s.out()) << std::endl;*/
int r = 0;
- r += hexPrefixTest();
r += trieTest();
r += vmTest();
r += cryptoTest(); // TODO: Put in tests repo.