mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 23:18:02 -04:00
modified cmos flip flops
This commit is contained in:
parent
e05504b326
commit
e8fa58e0df
@ -28,8 +28,8 @@ public class TestExamples extends TestCase {
|
||||
*/
|
||||
public void testDistExamples() throws Exception {
|
||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||
assertEquals(106, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(54, testCasesInFiles);
|
||||
assertEquals(107, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(55, testCasesInFiles);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user