diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-02-03 18:04:52 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-02-03 18:04:52 +0000 |
commit | 25a03ba358fe9c9805146b34863e928212e09961 (patch) | |
tree | 2f25ce1708475e9010c790ecf079a3a712d386dd /libavutil/des.c | |
parent | 551a0c796eb1f5c43404d617b1e29e8cd14e49b3 (diff) | |
download | ffmpeg-25a03ba358fe9c9805146b34863e928212e09961.tar.gz |
100l, don't run tests twice, this was some forgotten debugging code.
Originally committed as revision 16975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/des.c')
-rw-r--r-- | libavutil/des.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/des.c b/libavutil/des.c index 94808a64b4..79fd531d8e 100644 --- a/libavutil/des.c +++ b/libavutil/des.c @@ -406,7 +406,6 @@ int main(void) { 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; |