diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-07 15:14:34 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-12 07:41:30 +0100 |
| commit | abd9a7679e5da78a51ed5eb488ae081a2bcb2b6c (patch) | |
| tree | 45c4064fec80df52359cc5e4a7c73596fb6021f0 /lib/xixanta/src/parser.rs | |
| parent | 9e148a4b216f349eb277aa029397139ba9d4994e (diff) | |
| download | tools.nes-abd9a7679e5da78a51ed5eb488ae081a2bcb2b6c.tar.gz tools.nes-abd9a7679e5da78a51ed5eb488ae081a2bcb2b6c.zip | |
ci: Add fuzzy testing to the parser
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'lib/xixanta/src/parser.rs')
| -rw-r--r-- | lib/xixanta/src/parser.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xixanta/src/parser.rs b/lib/xixanta/src/parser.rs index d11e98c..d532841 100644 --- a/lib/xixanta/src/parser.rs +++ b/lib/xixanta/src/parser.rs @@ -4,8 +4,6 @@ use crate::opcodes::{CONTROL_FUNCTIONS, INSTRUCTIONS}; use std::io::{self, BufRead, Read}; use std::ops::Range; -// TODO: add cargo-fuzz - type Result<T> = std::result::Result<T, ParseError>; #[derive(Debug, Clone, PartialEq)] |
