]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/arraydouble.d
cover.d does not produce output
[software/druntime.git] / src / compiler / dmd / arraydouble.d
index c7c7504a9daa148bc8ab69527b30e6705344416f..12f9047e455fb8cac85be51a88da363e80095eff 100644 (file)
@@ -9,8 +9,9 @@ module rt.arraydouble;
 
 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;