Skip to content

Commit

Permalink
fix madsim again
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Apr 16, 2024
1 parent 6b1eb15 commit 5be13a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/src/util/recursive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ macro_rules! __recursive_tracker {
}
pub use __recursive_tracker as tracker;

#[cfg(test)]
#[cfg(all(test, not(madsim)))]
mod tests {
use super::*;

Expand Down

0 comments on commit 5be13a4

Please sign in to comment.