Trigger buildbot

This commit is contained in:
Faiz Khan 2015-02-10 15:36:28 -06:00
parent 8d8b734859
commit 5e8c795187
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ public class GitHubStateTest {
public void stInitCodeTest() throws ParseException { // [V]
Set<String> excluded = new HashSet<>();
String json = JSONReader.loadJSON("StateTests/stInitCodeTest.json");
GitHubJSONTestSuite.runGitHubJsonStateTest(json, excluded);
}