diff options
Diffstat (limited to 'mps/code/testlib.c')
| -rw-r--r-- | mps/code/testlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/testlib.c b/mps/code/testlib.c index 947ead5fb82..fddde14323b 100644 --- a/mps/code/testlib.c +++ b/mps/code/testlib.c | |||
| @@ -174,7 +174,7 @@ void rnd_verify(int depth) | |||
| 174 | 174 | ||
| 175 | /* 2 & 3: Full cycle (3 => verifying each value) */ | 175 | /* 2 & 3: Full cycle (3 => verifying each value) */ |
| 176 | if(depth >= 2) { | 176 | if(depth >= 2) { |
| 177 | unsigned long r1; | 177 | unsigned long r1 = 1; |
| 178 | i = 0; | 178 | i = 0; |
| 179 | seed = 1; | 179 | seed = 1; |
| 180 | seed_verify_schrage = 1; | 180 | seed_verify_schrage = 1; |