]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/arraybyte.d
* Removed "-debug" from the list of debug build flags. The purpose of debug builds...
[software/druntime.git] / src / compiler / dmd / arraybyte.d
index 373dec4c368e8d3d6a2789d19cae7f4e4ab417b0..4aa754ba3ebcc0e56a1c3dd6177068d5d86c555a 100644 (file)
@@ -13,8 +13,9 @@ module rt.arraybyte;
 
 import util.cpuid;
 
-version (Unittest)
+version (unittest)
 {
+    private import core.stdc.stdio : printf;
     /* This is so unit tests will test every CPU variant
      */
     int cpuid;