Skip to content

Commit

Permalink
fix: add missing attr to "random_serde_test" macro
Browse files Browse the repository at this point in the history
  • Loading branch information
duguorong009 committed Jan 19, 2024
1 parent 42fb4f1 commit 2f42753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/curve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ macro_rules! curve_testing_suite {
}
}

#[cfg(feature = "derive_serde")]
macro_rules! random_serde_test {
($c: ident) => {
for _ in 0..100 {
Expand Down

0 comments on commit 2f42753

Please sign in to comment.