diff options
Diffstat (limited to 'test/unit/SFMT.c')
-rw-r--r-- | test/unit/SFMT.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/SFMT.c b/test/unit/SFMT.c index b1bcf3d..b5730d6 100644 --- a/test/unit/SFMT.c +++ b/test/unit/SFMT.c @@ -1591,9 +1591,9 @@ TEST_END int main(void) { - return (test( + return test( test_gen_rand_32, test_by_array_32, test_gen_rand_64, - test_by_array_64)); + test_by_array_64); } |