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