aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/vm.cpp b/vm.cpp
index 4061d789..67ecc261 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -427,10 +427,10 @@ BOOST_AUTO_TEST_CASE(vmBlockInfoTest)
dev::test::executeTests("vmBlockInfoTest", "/VMTests", dev::test::doVMTests);
}
-//BOOST_AUTO_TEST_CASE(vmIOandFlowOperationsTest)
-//{
-// dev::test::executeTests("vmIOandFlowOperationsTest", "/VMTests", dev::test::doVMTests);
-//}
+BOOST_AUTO_TEST_CASE(vmIOandFlowOperationsTest)
+{
+ dev::test::executeTests("vmIOandFlowOperationsTest", "/VMTests", dev::test::doVMTests);
+}
BOOST_AUTO_TEST_CASE(vmPushDupSwapTest)
{