diff dcrypt/misc/checksums/Adler32.d @ 26:176c933827a8

Implemented MD4. Refactored MD5. Replaced all instances of 'version (UnitTest)' with 'debug (UnitTest)'.
author Thomas Dixon <reikon@reikon.us>
date Sun, 01 Mar 2009 13:06:48 -0500
parents 5ce3012f1def
children ad687db713a4
line wrap: on
line diff
--- a/dcrypt/misc/checksums/Adler32.d	Thu Feb 19 19:35:43 2009 -0500
+++ b/dcrypt/misc/checksums/Adler32.d	Sun Mar 01 13:06:48 2009 -0500
@@ -37,7 +37,7 @@
         return "Adler32";
     }
     
-    version (UnitTest) {
+    debug (UnitTest) {
         unittest {
             static char[][] test_inputs = [
                 "",