Browse Source

uncomment vmIOandFlowOPerations test

cl-refactor
Christoph Jentzsch 10 years ago
parent
commit
5f76817391
  1. 8
      test/vm.cpp

8
test/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)
{

Loading…
Cancel
Save