Add a fuzz-test for the mutex ID's graph

This commit is contained in:
2021-05-24 15:10:41 +02:00
parent ca12ae6b0e
commit ebb8132cf8
2 changed files with 32 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ where
#[cfg(test)]
mod tests {
use rand::prelude::SliceRandom;
use rand::seq::SliceRandom;
use rand::thread_rng;
use super::*;