Skip to content

Commit

Permalink
Remove executor tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoRiether committed Jun 28, 2023
1 parent 6aef765 commit 0939f3a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/simulator/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,13 +463,3 @@ pub fn compile_float_instruction(i: &FloatInstruction) -> Executor {
}),
}
}

#[cfg(test)]
mod tests {
use super::*;

#[test]
fn test_loads() {
todo!("Test lb, lbu, lh, lhu, lw. lb and lh should sign-extend, I think")
}
}

0 comments on commit 0939f3a

Please sign in to comment.