aboutsummaryrefslogtreecommitdiff
path: root/tests/rand_fail.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rand_fail.rs')
-rw-r--r--tests/rand_fail.rs6
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,