Polish some.
This commit is contained in:
parent
b017df080b
commit
e3b1e3aa1e
|
@ -1058,9 +1058,7 @@ public class VM {
|
|||
else
|
||||
program.callToAddress(msg);
|
||||
|
||||
|
||||
program.step();
|
||||
|
||||
}
|
||||
break;
|
||||
case RETURN: {
|
||||
|
|
|
@ -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<>();
|
||||
|
|
Loading…
Reference in New Issue