]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/arrayshort.d
* Auto type determination was broken in some unit tests. This has been fixed.
[software/druntime.git] / src / compiler / dmd / arrayshort.d
index 0208d894e5ba41926949167a6314f61673ecd08d..142de6cbc9b5247d2fa85ed85a9521140049c240 100644 (file)
@@ -13,8 +13,9 @@ module rt.arrayshort;
 
 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;