mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-12 14:26:09 -04:00
adds 74377, closes #405
This commit is contained in:
parent
1eec3819bf
commit
a192c3e726
1198
src/main/dig/lib/DIL Chips/74xx/flipflops/74377.dig
Normal file
1198
src/main/dig/lib/DIL Chips/74xx/flipflops/74377.dig
Normal file
File diff suppressed because it is too large
Load Diff
@ -32,8 +32,8 @@ public class TestExamples extends TestCase {
|
||||
*/
|
||||
public void testDistExamples() throws Exception {
|
||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||
assertEquals(289, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(191, testCasesInFiles);
|
||||
assertEquals(290, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(192, testCasesInFiles);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user