Polish some.

This commit is contained in:
Roman Mandeleil 2015-01-09 18:14:26 +02:00
parent b017df080b
commit e3b1e3aa1e
2 changed files with 2 additions and 4 deletions

View File

@ -1058,9 +1058,7 @@ public class VM {
else
program.callToAddress(msg);
program.step();
}
break;
case RETURN: {

View File

@ -16,14 +16,14 @@ import java.util.Set;
public class GitHubStateTest {
@Ignore
@Test
@Test // this method is mostly for hands-on convenient testing
public void stSingleTest() throws ParseException {
String json = JSONReader.loadJSON("StateTests/stSystemOperationsTest.json");
GitHubJSONTestSuite.runGitHubJsonStateTest(json, "CallRecursiveBombLog2");
}
@Ignore
@Test
@Test // this method is mostly for hands-on convenient testing
public void runWithExcludedTest() throws ParseException {
Set<String> excluded = new HashSet<>();