Skip to content

Commit

Permalink
Refactor coin-based contract instruction tests (#779)
Browse files Browse the repository at this point in the history
* Add new tests for coin-based contract opcodes

* Fix no_std+alloc

* Clippy

* Correct a test name

* Address PR comment

* Address more PR feedback
  • Loading branch information
Dentosal authored Jun 24, 2024
1 parent 9dff0d6 commit 56d7deb
Show file tree
Hide file tree
Showing 7 changed files with 914 additions and 1,462 deletions.
3 changes: 0 additions & 3 deletions fuel-vm/src/interpreter/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ use fuel_types::{

use alloc::borrow::Cow;

#[cfg(test)]
mod tests;

impl<M, S, Tx, Ecal> Interpreter<M, S, Tx, Ecal>
where
M: Memory,
Expand Down
Loading

0 comments on commit 56d7deb

Please sign in to comment.