mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
uncomment vmIOandFlowOPerations test
This commit is contained in:
parent
564764d5f7
commit
adaf26d9ca
8
vm.cpp
8
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…
Reference in New Issue
Block a user