X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..b4e307abd5e0e6f29d5726ac65878db14c4f07ae:/src/compiler/dmd/arrayint.d?ds=inline diff --git a/src/compiler/dmd/arrayint.d b/src/compiler/dmd/arrayint.d index c4f0892..0c19523 100644 --- a/src/compiler/dmd/arrayint.d +++ b/src/compiler/dmd/arrayint.d @@ -13,8 +13,9 @@ module rt.arrayint; 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;