Skip to content

Commit

Permalink
conditional test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 4, 2024
1 parent e5e08a4 commit 416ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program-memory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ pub fn sol_memset(s: &mut [u8], c: u8, n: usize) {
}
}

#[cfg(test)]
#[cfg(all(feature = "num-traits", test))]
mod tests {
use super::*;

Expand Down

0 comments on commit 416ba55

Please sign in to comment.