mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 08:55:05 -04:00
minor fixes to 74181
This commit is contained in:
commit
409f16d659
3453
src/main/dig/lib/74xx/arithmetic/74181.dig
Normal file
3453
src/main/dig/lib/74xx/arithmetic/74181.dig
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,8 +29,8 @@ public class TestExamples extends TestCase {
|
|||||||
*/
|
*/
|
||||||
public void testDistExamples() throws Exception {
|
public void testDistExamples() throws Exception {
|
||||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||||
assertEquals(211, new FileScanner(this::check).scan(examples));
|
assertEquals(212, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(127, testCasesInFiles);
|
assertEquals(159, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user