fixed the broken build

This commit is contained in:
hneemann 2018-01-13 13:35:44 +01:00
parent 41b487a60e
commit 356f5fb06f

View File

@ -29,7 +29,7 @@ public class TestExamples extends TestCase {
*/
public void testDistExamples() throws Exception {
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
assertEquals(204, new FileScanner(this::check).scan(examples));
assertEquals(205, new FileScanner(this::check).scan(examples));
assertEquals(109, testCasesInFiles);
}