From abd9a7679e5da78a51ed5eb488ae081a2bcb2b6c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 7 Oct 2024 15:14:34 +0200 Subject: ci: Add fuzzy testing to the parser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/src/parser.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/xixanta/src/parser.rs') 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 = std::result::Result; #[derive(Debug, Clone, PartialEq)] -- cgit v1.2.3