Skip to content

Commit

Permalink
Add mod_builtin feature to modulo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Sep 20, 2024
1 parent 3922178 commit 0df4cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/src/vm/runners/builtin_runner/modulo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ impl ModBuiltinRunner {
}

#[cfg(test)]
#[cfg(feature = "mod_builtin")]
mod tests {
use super::*;
use crate::{
Expand Down

0 comments on commit 0df4cc8

Please sign in to comment.