Mercurial > libavutil.hg
changeset 651:825b98750e38 libavutil
100l, don't run tests twice, this was some forgotten debugging code.
author | reimar |
---|---|
date | Tue, 03 Feb 2009 18:04:52 +0000 |
parents | 8e35c6f747dc |
children | 065d4a472bab |
files | des.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/des.c Tue Feb 03 17:58:19 2009 +0000 +++ b/des.c Tue Feb 03 18:04:52 2009 +0000 @@ -406,7 +406,6 @@ printf("Public API decryption failed\n"); return 1; } - run_test(0, 0); run_test(0, 1); run_test(1, 0); run_test(1, 1); if (!run_test(0, 0) || !run_test(0, 1) || !run_test(1, 0) || !run_test(1, 1)) { printf("Partial Monte-Carlo test failed\n"); return 1;