-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix testPatternPermutations within ByteMachingTest (#182)
* Fix testPatternPermutations within ByteMachingTest For each test within the class we add a list of "noMatches" objects that should never be pattern matches intentinoally or not. However we never check if we ever accidentally register these pattern when adding other patterns. We will fix this by tracking when these patterns get added (probably by error) and then later validate the checks Note, no impact to the correctness of the ByteMachine itself, just that the test scaffolding was broken and needed to be fixed. See #181 for more context. * Remover unused import
- Loading branch information
Showing
1 changed file
with
51 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters