summaryrefslogtreecommitdiff
path: root/test/csuite/wt2695_checksum/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/csuite/wt2695_checksum/main.c')
-rw-r--r--test/csuite/wt2695_checksum/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csuite/wt2695_checksum/main.c b/test/csuite/wt2695_checksum/main.c
index afb9d0788bd..50f118bf828 100644
--- a/test/csuite/wt2695_checksum/main.c
+++ b/test/csuite/wt2695_checksum/main.c
@@ -61,7 +61,7 @@ main(int argc, char *argv[])
wiredtiger_open(opts->home, NULL, "create", &opts->conn));
/* Initialize the RNG. */
- testutil_check(__wt_random_init_seed(NULL, &rnd));
+ __wt_random_init_seed(NULL, &rnd);
/* Allocate aligned memory for the data. */
data = dcalloc(DATASIZE, sizeof(uint8_t));