diff options
author | Determinant <[email protected]> | 2020-06-11 16:27:56 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-11 16:27:56 -0400 |
commit | a24f46984d51d8533c5ce85d18566394883fcf4b (patch) | |
tree | 8cbdf7e429b9b6eafec273761d1b879f934fce52 /tests/rand_fail.rs | |
parent | 014ad2e58b647d367621a4324503725eee60e71d (diff) |
...
Diffstat (limited to 'tests/rand_fail.rs')
-rw-r--r-- | tests/rand_fail.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rand_fail.rs b/tests/rand_fail.rs index e32ba23..da583b2 100644 --- a/tests/rand_fail.rs +++ b/tests/rand_fail.rs @@ -36,10 +36,10 @@ fn single_point_failure(sim: &common::PaintingSim) { } #[test] -fn test_rand_fail() { +fn single_point_failure1() { let sim = common::PaintingSim { - block_nbit: 8, - file_nbit: 9, + block_nbit: 5, + file_nbit: 6, file_cache: 1000, n: 100, m: 10, |