Browse Source

100l, don't run tests twice, this was some forgotten debugging code.

Originally committed as revision 16975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger 16 years ago
parent
commit
25a03ba358
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libavutil/des.c

+ 0 - 1
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;