100l, don't run tests twice, this was some forgotten debugging code.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 3 Feb 2009 18:04:52 +0000 (18:04 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 3 Feb 2009 18:04:52 +0000 (18:04 +0000)
Originally committed as revision 16975 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/des.c

index 94808a6..79fd531 100644 (file)
@@ -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;