]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/arrayint.d
* Removed "-debug" from the list of debug build flags. The purpose of debug builds...
[software/druntime.git] / src / compiler / dmd / arrayint.d
index c4f0892646dd47fdf2a7ee3afb834c9c34f2eda3..0c195234cca51d4b107b5d4039fe9d2027008efa 100644 (file)
@@ -13,8 +13,9 @@ module rt.arrayint;
 
 private import util.cpuid;
 
 
 private 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;
     /* This is so unit tests will test every CPU variant
      */
     int cpuid;